Html Css Color HEX #DDCCDE Snuff

📋 copy color: '#DDCCDE'

red 221 ◦ green 204 ◦ blue 222

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

Shades of Snuff #DDCCDE

Tints of Snuff #DDCCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.53%

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 34.16%
G = 31.53%
B = 34.31%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCCDE (or 0xDDCCDE) is known color: Snuff. HEX triplet: DD, CC and DE. RGB value is (221,204,222). Sum of RGB (Red+Green+Blue) = 221+204+222=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDE is #223321. Grayscale: #D3D3D3. Windows color (decimal): -2241314 or 14601437. OLE color: 14601437.

HSL color Cylindrical-coordinate representation of color #DDCCDE: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCDE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 222 -
CMYK 0.00 0.08 0 0.13
HSL 296.67º 0.21% 0.84% -
HSV(B) 296.67º 0.08% 0.87% -
XYZ 64.6 63.83 78.02 -
YUV 211.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 221 204 222 0.00 0.08 0 0.13 296.67 0.21 0.84
Hex DD CC DE 0 8 0 D 129 15 54
Octal 335 314 336 0 10 0 15 451 25 124
Binary 11011101 11001100 11011110 0 1000 0 1101 100101001 10101 1010100

Color Harmonies of #DDCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCDE

Black with #DDCCDE

Text Example


Text Example

White with #DDCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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