Html Css Color HEX #DDD6D9 Prim

📋 copy color: '#DDD6D9'

red 221 ◦ green 214 ◦ blue 217

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

Shades of Prim #DDD6D9

Tints of Prim #DDD6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 33.9%
G = 32.82%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDD6D9 (or 0xDDD6D9) is known color: Prim. HEX triplet: DD, D6 and D9. RGB value is (221,214,217). Sum of RGB (Red+Green+Blue) = 221+214+217=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6D9 is #222926. Grayscale: #D8D8D8. Windows color (decimal): -2238759 or 14276317. OLE color: 14276317.

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

Color convert

RGB 221 214 217 -
CMYK 0 0.03 0.02 0.13
HSL 334.29º 0.09% 0.85% -
HSV(B) 334.29º 0.03% 0.87% -
XYZ 66.39 68.48 75.36 -
YUV 216.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 221 214 217 0 0.03 0.02 0.13 334.29 0.09 0.85
Hex DD D6 D9 0 3 2 D 14E 9 55
Octal 335 326 331 0 3 2 15 516 11 125
Binary 11011101 11010110 11011001 0 11 10 1101 101001110 1001 1010101

Color Harmonies of #DDD6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6D9

Black with #DDD6D9

Text Example


Text Example

White with #DDD6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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