Html Css Color HEX #E0DBCD Albescent White

📋 copy color: '#E0DBCD'

red 224 ◦ green 219 ◦ blue 205

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

Shades of Albescent White #E0DBCD

Tints of Albescent White #E0DBCD

RGB

 RED value IS 224 (87.89% from 255) = 34.57%

 GREEN value IS 219 (85.94% from 255) = 33.8%

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

R = 34.57%
G = 33.8%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E0DBCD (or 0xE0DBCD) is known color: Albescent White. HEX triplet: E0, DB and CD. RGB value is (224,219,205). Sum of RGB (Red+Green+Blue) = 224+219+205=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBCD is #1F2432. Grayscale: #DADADA. Windows color (decimal): -2040883 or 13491168. OLE color: 13491168.

HSL color Cylindrical-coordinate representation of color #E0DBCD: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DBCD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 205 -
CMYK 0 0.02 0.08 0.12
HSL 44.21º 0.23% 0.84% -
HSV(B) 44.21º 0.08% 0.88% -
XYZ 67.09 70.92 67.91 -
YUV 218.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 224 219 205 0 0.02 0.08 0.12 44.21 0.23 0.84
Hex E0 DB CD 0 2 8 C 2C 17 54
Octal 340 333 315 0 2 10 14 54 27 124
Binary 11100000 11011011 11001101 0 10 1000 1100 101100 10111 1010100

Color Harmonies of #E0DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBCD

Black with #E0DBCD

Text Example


Text Example

White with #E0DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBCD; }

 p { color: rgb(224,219,205); }

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

background-color css

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

 a { background-color: rgb(224,219,205); }

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

border-color css

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

 span { border-color: rgb(224,219,205); }

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