Html Css Color HEX #E6D6CB Dawn Pink

📋 copy color: '#E6D6CB'

red 230 ◦ green 214 ◦ blue 203

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

Shades of Dawn Pink #E6D6CB

Tints of Dawn Pink #E6D6CB

RGB

 RED value IS 230 (90.23% from 255) = 35.55%

 GREEN value IS 214 (83.98% from 255) = 33.08%

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

R = 35.55%
G = 33.08%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6D6CB (or 0xE6D6CB) is known color: Dawn Pink. HEX triplet: E6, D6 and CB. RGB value is (230,214,203). Sum of RGB (Red+Green+Blue) = 230+214+203=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6CB is #192934. Grayscale: #D9D9D9. Windows color (decimal): -1648949 or 13358822. OLE color: 13358822.

HSL color Cylindrical-coordinate representation of color #E6D6CB: hue angle of 24.44º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D6CB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 214 203 -
CMYK 0 0.07 0.12 0.10
HSL 24.44º 0.35% 0.85% -
HSV(B) 24.44º 0.12% 0.9% -
XYZ 67.46 69.23 66.31 -
YUV 217.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 230 214 203 0 0.07 0.12 0.10 24.44 0.35 0.85
Hex E6 D6 CB 0 7 C A 18 23 55
Octal 346 326 313 0 7 14 12 30 43 125
Binary 11100110 11010110 11001011 0 111 1100 1010 11000 100011 1010101

Color Harmonies of #E6D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D6CB

Black with #E6D6CB

Text Example


Text Example

White with #E6D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D6CB; }

 p { color: rgb(230,214,203); }

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

background-color css

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

 a { background-color: rgb(230,214,203); }

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

border-color css

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

 span { border-color: rgb(230,214,203); }

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