Html Css Color HEX #DDD6CA Albescent White

📋 copy color: '#DDD6CA'

red 221 ◦ green 214 ◦ blue 202

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

Shades of Albescent White #DDD6CA

Tints of Albescent White #DDD6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 34.69%
G = 33.59%
B = 31.71%

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

#DDD6CA (or 0xDDD6CA) is known color: Albescent White. HEX triplet: DD, D6 and CA. RGB value is (221,214,202). Sum of RGB (Red+Green+Blue) = 221+214+202=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6CA is #222935. Grayscale: #D6D6D6. Windows color (decimal): -2238774 or 13293277. OLE color: 13293277.

HSL color Cylindrical-coordinate representation of color #DDD6CA: 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 #DDD6CA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 202 -
CMYK 0 0.03 0.09 0.13
HSL 37.89º 0.22% 0.83% -
HSV(B) 37.89º 0.09% 0.87% -
XYZ 64.53 67.73 65.55 -
YUV 214.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 221 214 202 0 0.03 0.09 0.13 37.89 0.22 0.83
Hex DD D6 CA 0 3 9 D 26 16 53
Octal 335 326 312 0 3 11 15 46 26 123
Binary 11011101 11010110 11001010 0 11 1001 1101 100110 10110 1010011

Color Harmonies of #DDD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6CA

Black with #DDD6CA

Text Example


Text Example

White with #DDD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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