#E6D4CA

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

Shades of Dawn Pink #E6D4CA

Tints of Dawn Pink #E6D4CA

Color information

#E6D4CA (or 0xE6D4CA) is unknown color: approx Dawn Pink. HEX triplet: E6, D4 and CA. RGB value is (230,212,202). Sum of RGB (Red+Green+Blue) = 230+212+202=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D4CA is #192B35. Grayscale: #D8D8D8. Windows color (decimal): -1649462 or 13292774. OLE color: 13292774.

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

Color convert

RGB230212202-
CMYK00.080.120.10
HSL21.43º35.9%84.71%-
HSV(B)21.43º12.17%90.2%-
XYZ66.8468.1765.51-
YUV216.24119.96137.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=35.71%
G=32.92%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021220200.080.120.1021.4335.984.71
HexE6D4CA08CA152455
Octal34632431201014122544125
Binary1110011011010100110010100100011001010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D4CA; }

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

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

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

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

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

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

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

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