Html Css Color HEX #E2D5CD Dawn Pink

📋 copy color: '#E2D5CD'

red 226 ◦ green 213 ◦ blue 205

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

Shades of Dawn Pink #E2D5CD

Tints of Dawn Pink #E2D5CD

RGB

 RED value IS 226 (88.67% from 255) = 35.09%

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 35.09%
G = 33.07%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2D5CD (or 0xE2D5CD) is known color: Dawn Pink. HEX triplet: E2, D5 and CD. RGB value is (226,213,205). Sum of RGB (Red+Green+Blue) = 226+213+205=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5CD is #1D2A32. Grayscale: #D8D8D8. Windows color (decimal): -1911347 or 13489634. OLE color: 13489634.

HSL color Cylindrical-coordinate representation of color #E2D5CD: hue angle of 22.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2D5CD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 205 -
CMYK 0 0.06 0.09 0.11
HSL 22.86º 0.27% 0.85% -
HSV(B) 22.86º 0.09% 0.89% -
XYZ 66.18 68.17 67.43 -
YUV 215.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 226 213 205 0 0.06 0.09 0.11 22.86 0.27 0.85
Hex E2 D5 CD 0 6 9 B 17 1B 55
Octal 342 325 315 0 6 11 13 27 33 125
Binary 11100010 11010101 11001101 0 110 1001 1011 10111 11011 1010101

Color Harmonies of #E2D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D5CD

Black with #E2D5CD

Text Example


Text Example

White with #E2D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D5CD; }

 p { color: rgb(226,213,205); }

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

background-color css

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

 a { background-color: rgb(226,213,205); }

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

border-color css

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

 span { border-color: rgb(226,213,205); }

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