Html Css Color HEX #DDD7CC Albescent White

📋 copy color: '#DDD7CC'

red 221 ◦ green 215 ◦ blue 204

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

Shades of Albescent White #DDD7CC

Tints of Albescent White #DDD7CC

RGB

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

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

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

R = 34.53%
G = 33.59%
B = 31.88%

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

#DDD7CC (or 0xDDD7CC) is known color: Albescent White. HEX triplet: DD, D7 and CC. RGB value is (221,215,204). Sum of RGB (Red+Green+Blue) = 221+215+204=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CC is #222833. Grayscale: #D7D7D7. Windows color (decimal): -2238516 or 13424605. OLE color: 13424605.

HSL color Cylindrical-coordinate representation of color #DDD7CC: hue angle of 38.82º degrees, saturation: 0.2, 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 #DDD7CC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 204 -
CMYK 0 0.03 0.08 0.13
HSL 38.82º 0.2% 0.83% -
HSV(B) 38.82º 0.08% 0.87% -
XYZ 65.02 68.33 66.89 -
YUV 215.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 221 215 204 0 0.03 0.08 0.13 38.82 0.2 0.83
Hex DD D7 CC 0 3 8 D 27 14 53
Octal 335 327 314 0 3 10 15 47 24 123
Binary 11011101 11010111 11001100 0 11 1000 1101 100111 10100 1010011

Color Harmonies of #DDD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7CC

Black with #DDD7CC

Text Example


Text Example

White with #DDD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7CC; }

 p { color: rgb(221,215,204); }

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

background-color css

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

 a { background-color: rgb(221,215,204); }

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

border-color css

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

 span { border-color: rgb(221,215,204); }

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