#E6D5CA

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

Shades of Dawn Pink #E6D5CA

Tints of Dawn Pink #E6D5CA

Color information

#E6D5CA (or 0xE6D5CA) is unknown color: approx Dawn Pink. HEX triplet: E6, D5 and CA. RGB value is (230,213,202). Sum of RGB (Red+Green+Blue) = 230+213+202=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5CA is #192A35. Grayscale: #D8D8D8. Windows color (decimal): -1649206 or 13293030. OLE color: 13293030.

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

Color convert

RGB230213202-
CMYK00.070.120.10
HSL23.57º35.9%84.71%-
HSV(B)23.57º12.17%90.2%-
XYZ67.0968.6865.6-
YUV216.83119.63137.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.66%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=35.66%
G=33.02%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021320200.070.120.1023.5735.984.71
HexE6D5CA07CA182455
Octal3463253120714123044125
Binary111001101101010111001010011111001010110001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D5CA; }

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

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

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

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

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

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

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

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