Html Css Color HEX #DDD6DB Prim

📋 copy color: '#DDD6DB'

red 221 ◦ green 214 ◦ blue 219

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

Shades of Prim #DDD6DB

Tints of Prim #DDD6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 33.79%
G = 32.72%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDD6DB (or 0xDDD6DB) is known color: Prim. HEX triplet: DD, D6 and DB. RGB value is (221,214,219). Sum of RGB (Red+Green+Blue) = 221+214+219=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DB is #222924. Grayscale: #D8D8D8. Windows color (decimal): -2238757 or 14407389. OLE color: 14407389.

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

Color convert

RGB 221 214 219 -
CMYK 0 0.03 0.01 0.13
HSL 317.14º 0.09% 0.85% -
HSV(B) 317.14º 0.03% 0.87% -
XYZ 66.65 68.58 76.74 -
YUV 216.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 221 214 219 0 0.03 0.01 0.13 317.14 0.09 0.85
Hex DD D6 DB 0 3 1 D 13D 9 55
Octal 335 326 333 0 3 1 15 475 11 125
Binary 11011101 11010110 11011011 0 11 1 1101 100111101 1001 1010101

Color Harmonies of #DDD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6DB

Black with #DDD6DB

Text Example


Text Example

White with #DDD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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