#EDD8CA

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

Shades of Dawn Pink #EDD8CA

Tints of Dawn Pink #EDD8CA

Color information

#EDD8CA (or 0xEDD8CA) is unknown color: approx Dawn Pink. HEX triplet: ED, D8 and CA. RGB value is (237,216,202). Sum of RGB (Red+Green+Blue) = 237+216+202=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8CA is #122735. Grayscale: #DCDCDC. Windows color (decimal): -1189686 or 13293805. OLE color: 13293805.

HSL color Cylindrical-coordinate representation of color #EDD8CA: hue angle of 24º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD8CA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237216202-
CMYK00.090.150.07
HSL24º49.3%86.08%-
HSV(B)24º14.77%92.94%-
XYZ70.1471.3865.96-
YUV220.68117.46139.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=36.18%
G=32.98%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721620200.090.150.072449.386.08
HexEDD8CA09F7183156
Octal3553303120111773061126
Binary111011011101100011001010010011111111110001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8CA; }

 p { color: rgb(237,216,202); }

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

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

 a { background-color: rgb(237,216,202); }

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

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

 span { border-color: rgb(237,216,202); }

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