Html Css Color HEX #E4DCCC Albescent White

📋 copy color: '#E4DCCC'

red 228 ◦ green 220 ◦ blue 204

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

Shades of Albescent White #E4DCCC

Tints of Albescent White #E4DCCC

RGB

 RED value IS 228 (89.45% from 255) = 34.97%

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 34.97%
G = 33.74%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E4DCCC (or 0xE4DCCC) is known color: Albescent White. HEX triplet: E4, DC and CC. RGB value is (228,220,204). Sum of RGB (Red+Green+Blue) = 228+220+204=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCCC is #1B2333. Grayscale: #DCDCDC. Windows color (decimal): -1778484 or 13425892. OLE color: 13425892.

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

Color convert

RGB 228 220 204 -
CMYK 0 0.04 0.11 0.11
HSL 40º 0.31% 0.85% -
HSV(B) 40º 0.11% 0.89% -
XYZ 68.49 72.04 67.42 -
YUV 220.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 228 220 204 0 0.04 0.11 0.11 40 0.31 0.85
Hex E4 DC CC 0 4 B B 28 1F 55
Octal 344 334 314 0 4 13 13 50 37 125
Binary 11100100 11011100 11001100 0 100 1011 1011 101000 11111 1010101

Color Harmonies of #E4DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DCCC

Black with #E4DCCC

Text Example


Text Example

White with #E4DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DCCC; }

 p { color: rgb(228,220,204); }

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

background-color css

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

 a { background-color: rgb(228,220,204); }

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

border-color css

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

 span { border-color: rgb(228,220,204); }

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