Html Css Color HEX #DCCFDD Snuff

📋 copy color: '#DCCFDD'

red 220 ◦ green 207 ◦ blue 221

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

Shades of Snuff #DCCFDD

Tints of Snuff #DCCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.94%

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

R = 33.95%
G = 31.94%
B = 34.1%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCCFDD (or 0xDCCFDD) is known color: Snuff. HEX triplet: DC, CF and DD. RGB value is (220,207,221). Sum of RGB (Red+Green+Blue) = 220+207+221=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDD is #233022. Grayscale: #D4D4D4. Windows color (decimal): -2306083 or 14536668. OLE color: 14536668.

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

Color convert

RGB 220 207 221 -
CMYK 0.00 0.06 0 0.13
HSL 295.71º 0.17% 0.84% -
HSV(B) 295.71º 0.06% 0.87% -
XYZ 64.88 65.06 77.55 -
YUV 212.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 220 207 221 0.00 0.06 0 0.13 295.71 0.17 0.84
Hex DC CF DD 0 6 0 D 128 11 54
Octal 334 317 335 0 6 0 15 450 21 124
Binary 11011100 11001111 11011101 0 110 0 1101 100101000 10001 1010100

Color Harmonies of #DCCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCFDD

Black with #DCCFDD

Text Example


Text Example

White with #DCCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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