Html Css Color HEX #E6D5CB Dawn Pink

📋 copy color: '#E6D5CB'

red 230 ◦ green 213 ◦ blue 203

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

Shades of Dawn Pink #E6D5CB

Tints of Dawn Pink #E6D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.97%

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

R = 35.6%
G = 32.97%
B = 31.42%

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

#E6D5CB (or 0xE6D5CB) is known color: Dawn Pink. HEX triplet: E6, D5 and CB. RGB value is (230,213,203). Sum of RGB (Red+Green+Blue) = 230+213+203=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5CB is #192A34. Grayscale: #D9D9D9. Windows color (decimal): -1649205 or 13358566. OLE color: 13358566.

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

Color convert

RGB 230 213 203 -
CMYK 0 0.07 0.12 0.10
HSL 22.22º 0.35% 0.85% -
HSV(B) 22.22º 0.12% 0.9% -
XYZ 67.21 68.72 66.22 -
YUV 216.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 230 213 203 0 0.07 0.12 0.10 22.22 0.35 0.85
Hex E6 D5 CB 0 7 C A 16 23 55
Octal 346 325 313 0 7 14 12 26 43 125
Binary 11100110 11010101 11001011 0 111 1100 1010 10110 100011 1010101

Color Harmonies of #E6D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D5CB

Black with #E6D5CB

Text Example


Text Example

White with #E6D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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