Html Css Color HEX #DCCDDD Snuff

📋 copy color: '#DCCDDD'

red 220 ◦ green 205 ◦ blue 221

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

Shades of Snuff #DCCDDD

Tints of Snuff #DCCDDD

RGB

 RED value IS 220 (86.33% from 255) = 34.06%

 GREEN value IS 205 (80.47% from 255) = 31.73%

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 34.06%
G = 31.73%
B = 34.21%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCCDDD (or 0xDCCDDD) is known color: Snuff. HEX triplet: DC, CD and DD. RGB value is (220,205,221). Sum of RGB (Red+Green+Blue) = 220+205+221=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDDD is #233222. Grayscale: #D3D3D3. Windows color (decimal): -2306595 or 14536156. OLE color: 14536156.

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

Color convert

RGB 220 205 221 -
CMYK 0.00 0.07 0 0.13
HSL 296.25º 0.19% 0.84% -
HSV(B) 296.25º 0.07% 0.87% -
XYZ 64.4 64.1 77.38 -
YUV 211.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 220 205 221 0.00 0.07 0 0.13 296.25 0.19 0.84
Hex DC CD DD 0 7 0 D 128 13 54
Octal 334 315 335 0 7 0 15 450 23 124
Binary 11011100 11001101 11011101 0 111 0 1101 100101000 10011 1010100

Color Harmonies of #DCCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDDD

Black with #DCCDDD

Text Example


Text Example

White with #DCCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDDD; }

 p { color: rgb(220,205,221); }

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

background-color css

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

 a { background-color: rgb(220,205,221); }

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

border-color css

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

 span { border-color: rgb(220,205,221); }

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