Html Css Color HEX #EDD7CB Dawn Pink

📋 copy color: '#EDD7CB'

red 237 ◦ green 215 ◦ blue 203

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

Shades of Dawn Pink #EDD7CB

Tints of Dawn Pink #EDD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.82%

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

R = 36.18%
G = 32.82%
B = 30.99%

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

#EDD7CB (or 0xEDD7CB) is known color: Dawn Pink. HEX triplet: ED, D7 and CB. RGB value is (237,215,203). Sum of RGB (Red+Green+Blue) = 237+215+203=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CB is #122834. Grayscale: #DCDCDC. Windows color (decimal): -1189941 or 13359085. OLE color: 13359085.

HSL color Cylindrical-coordinate representation of color #EDD7CB: hue angle of 21.18º 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 #EDD7CB is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 203 -
CMYK 0 0.09 0.14 0.07
HSL 21.18º 0.49% 0.86% -
HSV(B) 21.18º 0.14% 0.93% -
XYZ 70 70.92 66.5 -
YUV 220.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 237 215 203 0 0.09 0.14 0.07 21.18 0.49 0.86
Hex ED D7 CB 0 9 E 7 15 31 56
Octal 355 327 313 0 11 16 7 25 61 126
Binary 11101101 11010111 11001011 0 1001 1110 111 10101 110001 1010110

Color Harmonies of #EDD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7CB

Black with #EDD7CB

Text Example


Text Example

White with #EDD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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