Html Css Color HEX #DDD6CB Albescent White

📋 copy color: '#DDD6CB'

red 221 ◦ green 214 ◦ blue 203

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

Shades of Albescent White #DDD6CB

Tints of Albescent White #DDD6CB

RGB

 RED value IS 221 (86.72% from 255) = 34.64%

 GREEN value IS 214 (83.98% from 255) = 33.54%

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

R = 34.64%
G = 33.54%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDD6CB (or 0xDDD6CB) is known color: Albescent White. HEX triplet: DD, D6 and CB. RGB value is (221,214,203). Sum of RGB (Red+Green+Blue) = 221+214+203=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6CB is #222934. Grayscale: #D6D6D6. Windows color (decimal): -2238773 or 13358813. OLE color: 13358813.

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

Color convert

RGB 221 214 203 -
CMYK 0 0.03 0.08 0.13
HSL 36.67º 0.21% 0.83% -
HSV(B) 36.67º 0.08% 0.87% -
XYZ 64.64 67.78 66.18 -
YUV 214.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 221 214 203 0 0.03 0.08 0.13 36.67 0.21 0.83
Hex DD D6 CB 0 3 8 D 25 15 53
Octal 335 326 313 0 3 10 15 45 25 123
Binary 11011101 11010110 11001011 0 11 1000 1101 100101 10101 1010011

Color Harmonies of #DDD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6CB

Black with #DDD6CB

Text Example


Text Example

White with #DDD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6CB; }

 p { color: rgb(221,214,203); }

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

background-color css

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

 a { background-color: rgb(221,214,203); }

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

border-color css

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

 span { border-color: rgb(221,214,203); }

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