Html Css Color HEX #E2D4CB Dawn Pink

📋 copy color: '#E2D4CB'

red 226 ◦ green 212 ◦ blue 203

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

Shades of Dawn Pink #E2D4CB

Tints of Dawn Pink #E2D4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 35.26%
G = 33.07%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2D4CB (or 0xE2D4CB) is known color: Dawn Pink. HEX triplet: E2, D4 and CB. RGB value is (226,212,203). Sum of RGB (Red+Green+Blue) = 226+212+203=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D4CB is #1D2B34. Grayscale: #D7D7D7. Windows color (decimal): -1911605 or 13358306. OLE color: 13358306.

HSL color Cylindrical-coordinate representation of color #E2D4CB: hue angle of 23.48º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D4CB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 203 -
CMYK 0 0.06 0.10 0.11
HSL 23.48º 0.28% 0.84% -
HSV(B) 23.48º 0.1% 0.89% -
XYZ 65.69 67.57 66.08 -
YUV 215.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 226 212 203 0 0.06 0.10 0.11 23.48 0.28 0.84
Hex E2 D4 CB 0 6 A B 17 1C 54
Octal 342 324 313 0 6 12 13 27 34 124
Binary 11100010 11010100 11001011 0 110 1010 1011 10111 11100 1010100

Color Harmonies of #E2D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D4CB

Black with #E2D4CB

Text Example


Text Example

White with #E2D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D4CB; }

 p { color: rgb(226,212,203); }

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

background-color css

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

 a { background-color: rgb(226,212,203); }

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

border-color css

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

 span { border-color: rgb(226,212,203); }

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