COLOR #EDD8DB

HEX: #EDD8DB
RGB: (237,216,219)

Renk bilgisi

#EDD8DB contains red, green and blue colors in about the same proportion. #EDD8DB ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EDD8DB color RGB value is (237,216,219).

  • kırmız ton 237;
  • yeşil ton 216;
  • mavi ton 219.
RGB:
(237,216,219)
(93%,85%,86%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 216 of 255 = 85%
B 219 of 255 = 86%

237
216
219

R + G + B ~ 88%. #EDD8DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 216 + 219 = 672 (100%)
R 237 of 672 ~ 35.27%
G 216 of 672 ~ 32.14%
B 219 of 672 ~ 32.59%

%35.27
%32.14
%32.59

CMYK RENK MODELİ

#EDD8DB rengi CMYK tonu (0,9,8,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.86%
  • sarı tonu 7.59%
  • ana renk tonu 7.06%
CMYK:
(0,9,8,7)
C0M9Y8K7 
(0%,9%,8%,7%)
(0.00/0.09/0.08/0.07)	

CMYK yüzdeleri

%0
%8.86
%7.59
%7.06

Codes

Color #EDD8DB in popluar color models

EDD8DB
RGB237216219
HSL351°36.84%88.82%
HSB/HSV351°8.86%92.94%
CMYK0.00%8.86%7.59%
7.06%

Color #EDD8DB in popluar number systems.

HEXEDD8DB
Decimal237216219
Binary111011011101100011011011
Octal355330333

Shades and tints

Shades of #EDD8DB

#EDD8DB
(237,216,219)
#D8C5C8
(216,197,200)
#C3B2B5
(195,178,181)
#AE9FA2
(174,159,162)
#998C8F
(153,140,143)
#84797C
(132,121,124)
#6F6669
(111,102,105)
#5A5356
(90,83,86)
#454043
(69,64,67)
#302D30
(48,45,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDD8DB

#EDD8DB
(237,216,219)
#EEDBDE
(238,219,222)
#EFDEE1
(239,222,225)
#F0E1E4
(240,225,228)
#F1E4E7
(241,228,231)
#F2E7EA
(242,231,234)
#F3EAED
(243,234,237)
#F4EDF0
(244,237,240)
#F5F0F3
(245,240,243)
#F6F3F6
(246,243,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD8DB color. Also use rgb(237,216,219) instead hex code.

Text Font Color

.myTextColor { color: #EDD8DB; }

<p style="color:#EDD8DB">This sample text font color is #EDD8DB.</p>

This text font color is #EDD8DB.


Background Color

.myBgColor { background-color: #EDD8DB; }

<div style="background-color:#EDD8DB">Inner text</div>

This div background color is #EDD8DB.


Border color

.myBorderColor { border: 1px solid #EDD8DB; }

<div style="border:3px solid #EDD8DB">Div</div>

This div border color is #EDD8DB.


Opacity

.myOpacity80 { color: #EDD8DB; opacity: 0.8; }

<p style="color:#EDD8DB;opacity:0.8;">80%</p>

Text with #EDD8DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDD8DB;}

<p style="text-shadow: 3px 3px 1px #EDD8DB">Text here.</p>

This text has shadow with #EDD8DB color.

.textShadow {text-shadow: 3px 3px 1px #EDD8DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDD8DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDD8DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD8DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDD8DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDD8DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDD8DB;
  -webkit-box-shadow:	1px 1px 3px 2px #EDD8DB;
  box-shadow:		1px 1px 3px 2px #EDD8DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD8DB;
-webkit-box-shadow: 1px 1px 3px 2px #EDD8DB;
box-shadow:1px 1px 3px 2px #EDD8DB;">
Div content here</div>
This div box has shadow with color #EDD8DB.

Preview

Color preview on black background

This text has color #EDD8DB on black background.


Color preview on white background

This text has color #EDD8DB on white background.



Black color preview on #EDD8DB background

This text has black color on #EDD8DB background.


White color preview on #EDD8DB background

This text has white color on #EDD8DB background.