#EDDBCE

Color #EDDBCE Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #EDDBCE

Tints of Dawn Pink #EDDBCE

Color information

#EDDBCE (or 0xEDDBCE) is unknown color: approx Dawn Pink. HEX triplet: ED, DB and CE. RGB value is (237,219,206). Sum of RGB (Red+Green+Blue) = 237+219+206=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBCE is #122431. Grayscale: #DEDEDE. Windows color (decimal): -1188914 or 13556717. OLE color: 13556717.

HSL color Cylindrical-coordinate representation of color #EDDBCE: hue angle of 25.16º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDBCE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237219206-
CMYK00.080.130.07
HSL25.16º46.27%86.86%-
HSV(B)25.16º13.08%92.94%-
XYZ71.473.1268.74-
YUV222.9118.46138.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=35.80%
G=33.08%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721920600.080.130.0725.1646.2786.86
HexEDDBCE08D7192e57
Octal3553333160101573156127
Binary111011011101101111001110010001101111110011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBCE; }

 p { color: rgb(237,219,206); }

 H1.HeaderClassName
 {
   color: #EDDBCE;
 }
 .AnyTagClassName
 {
   color: #EDDBCE;
 }
</style>
background-color css

<style>
 a { background-color: #EDDBCE; }

 a { background-color: rgb(237,219,206); }

 div.DivClassName
 {
   background-color: #EDDBCE;
 }
 .BgClassName
 {
   background-color: #EDDBCE;
 }
</style>
border-color css

<style>
 span { border-color: #EDDBCE; }

 span { border-color: rgb(237,219,206); }

 td.TdClassName
 {
   border-color: #EDDBCE;
 }
 .TagClassName
 {
   border-color: #EDDBCE;
 }
</style>