Html Css Color HEX #EDD8CB Dawn Pink

📋 copy color: '#EDD8CB'

red 237 ◦ green 216 ◦ blue 203

#EDD8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #EDD8CB

Tints of Dawn Pink #EDD8CB

RGB

 RED value IS 237 (92.97% from 255) = 36.13%

 GREEN value IS 216 (84.77% from 255) = 32.93%

 BLUE value IS 203 (79.69% from 255) = 30.95%

R = 36.13%
G = 32.93%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD8CB (or 0xEDD8CB) is known color: Dawn Pink. HEX triplet: ED, D8 and CB. RGB value is (237,216,203). Sum of RGB (Red+Green+Blue) = 237+216+203=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8CB is #122734. Grayscale: #DCDCDC. Windows color (decimal): -1189685 or 13359341. OLE color: 13359341.

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

Color convert

RGB 237 216 203 -
CMYK 0 0.09 0.14 0.07
HSL 22.94º 0.49% 0.86% -
HSV(B) 22.94º 0.14% 0.93% -
XYZ 70.26 71.43 66.58 -
YUV 220.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 237 216 203 0 0.09 0.14 0.07 22.94 0.49 0.86
Hex ED D8 CB 0 9 E 7 17 31 56
Octal 355 330 313 0 11 16 7 27 61 126
Binary 11101101 11011000 11001011 0 1001 1110 111 10111 110001 1010110

Color Harmonies of #EDD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8CB

Black with #EDD8CB

Text Example


Text Example

White with #EDD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8CB; }

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

 H1.HeaderClassName
 {
   color: #EDD8CB;
 }
 .AnyTagClassName
 {
   color: #EDD8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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