Html Css Color HEX #DDD6DA Prim

📋 copy color: '#DDD6DA'

red 221 ◦ green 214 ◦ blue 218

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

Shades of Prim #DDD6DA

Tints of Prim #DDD6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 33.84%
G = 32.77%
B = 33.38%

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

#DDD6DA (or 0xDDD6DA) is known color: Prim. HEX triplet: DD, D6 and DA. RGB value is (221,214,218). Sum of RGB (Red+Green+Blue) = 221+214+218=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DA is #222925. Grayscale: #D8D8D8. Windows color (decimal): -2238758 or 14341853. OLE color: 14341853.

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

Color convert

RGB 221 214 218 -
CMYK 0 0.03 0.01 0.13
HSL 325.71º 0.09% 0.85% -
HSV(B) 325.71º 0.03% 0.87% -
XYZ 66.52 68.53 76.05 -
YUV 216.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 221 214 218 0 0.03 0.01 0.13 325.71 0.09 0.85
Hex DD D6 DA 0 3 1 D 146 9 55
Octal 335 326 332 0 3 1 15 506 11 125
Binary 11011101 11010110 11011010 0 11 1 1101 101000110 1001 1010101

Color Harmonies of #DDD6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6DA

Black with #DDD6DA

Text Example


Text Example

White with #DDD6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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