Html Css Color HEX #DED7CB Albescent White

📋 copy color: '#DED7CB'

red 222 ◦ green 215 ◦ blue 203

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

Shades of Albescent White #DED7CB

Tints of Albescent White #DED7CB

RGB

 RED value IS 222 (87.11% from 255) = 34.69%

 GREEN value IS 215 (84.38% from 255) = 33.59%

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

R = 34.69%
G = 33.59%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DED7CB (or 0xDED7CB) is known color: Albescent White. HEX triplet: DE, D7 and CB. RGB value is (222,215,203). Sum of RGB (Red+Green+Blue) = 222+215+203=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7CB is #212834. Grayscale: #D7D7D7. Windows color (decimal): -2172981 or 13359070. OLE color: 13359070.

HSL color Cylindrical-coordinate representation of color #DED7CB: hue angle of 37.89º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED7CB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 203 -
CMYK 0 0.03 0.09 0.13
HSL 37.89º 0.22% 0.83% -
HSV(B) 37.89º 0.09% 0.87% -
XYZ 65.2 68.44 66.27 -
YUV 215.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 222 215 203 0 0.03 0.09 0.13 37.89 0.22 0.83
Hex DE D7 CB 0 3 9 D 26 16 53
Octal 336 327 313 0 3 11 15 46 26 123
Binary 11011110 11010111 11001011 0 11 1001 1101 100110 10110 1010011

Color Harmonies of #DED7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED7CB

Black with #DED7CB

Text Example


Text Example

White with #DED7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED7CB; }

 p { color: rgb(222,215,203); }

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

background-color css

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

 a { background-color: rgb(222,215,203); }

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

border-color css

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

 span { border-color: rgb(222,215,203); }

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