Html Css Color HEX #DBCCDD Snuff

📋 copy color: '#DBCCDD'

red 219 ◦ green 204 ◦ blue 221

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

Shades of Snuff #DBCCDD

Tints of Snuff #DBCCDD

RGB

 RED value IS 219 (85.94% from 255) = 34.01%

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

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

R = 34.01%
G = 31.68%
B = 34.32%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBCCDD (or 0xDBCCDD) is known color: Snuff. HEX triplet: DB, CC and DD. RGB value is (219,204,221). Sum of RGB (Red+Green+Blue) = 219+204+221=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCDD is #243322. Grayscale: #D2D2D2. Windows color (decimal): -2372387 or 14535899. OLE color: 14535899.

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

Color convert

RGB 219 204 221 -
CMYK 0.01 0.08 0 0.13
HSL 292.94º 0.2% 0.83% -
HSV(B) 292.94º 0.08% 0.87% -
XYZ 63.86 63.47 77.29 -
YUV 210.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 219 204 221 0.01 0.08 0 0.13 292.94 0.2 0.83
Hex DB CC DD 1 8 0 D 125 14 53
Octal 333 314 335 1 10 0 15 445 24 123
Binary 11011011 11001100 11011101 1 1000 0 1101 100100101 10100 1010011

Color Harmonies of #DBCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCDD

Black with #DBCCDD

Text Example


Text Example

White with #DBCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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