Html Css Color HEX #E6D6CA Dawn Pink

📋 copy color: '#E6D6CA'

red 230 ◦ green 214 ◦ blue 202

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

Shades of Dawn Pink #E6D6CA

Tints of Dawn Pink #E6D6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.27%

R = 35.6%
G = 33.13%
B = 31.27%

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

#E6D6CA (or 0xE6D6CA) is known color: Dawn Pink. HEX triplet: E6, D6 and CA. RGB value is (230,214,202). Sum of RGB (Red+Green+Blue) = 230+214+202=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6CA is #192935. Grayscale: #D9D9D9. Windows color (decimal): -1648950 or 13293286. OLE color: 13293286.

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

Color convert

RGB 230 214 202 -
CMYK 0 0.07 0.12 0.10
HSL 25.71º 0.36% 0.85% -
HSV(B) 25.71º 0.12% 0.9% -
XYZ 67.34 69.18 65.68 -
YUV 217.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 230 214 202 0 0.07 0.12 0.10 25.71 0.36 0.85
Hex E6 D6 CA 0 7 C A 1A 24 55
Octal 346 326 312 0 7 14 12 32 44 125
Binary 11100110 11010110 11001010 0 111 1100 1010 11010 100100 1010101

Color Harmonies of #E6D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D6CA

Black with #E6D6CA

Text Example


Text Example

White with #E6D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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