Html Css Color HEX #DBCEDD Snuff

📋 copy color: '#DBCEDD'

red 219 ◦ green 206 ◦ blue 221

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

Shades of Snuff #DBCEDD

Tints of Snuff #DBCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.89%

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

R = 33.9%
G = 31.89%
B = 34.21%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBCEDD (or 0xDBCEDD) is known color: Snuff. HEX triplet: DB, CE and DD. RGB value is (219,206,221). Sum of RGB (Red+Green+Blue) = 219+206+221=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 206 (80.86% from 255 or 31.89% 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 #DBCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDD is #243122. Grayscale: #D3D3D3. Windows color (decimal): -2371875 or 14536411. OLE color: 14536411.

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

Color convert

RGB 219 206 221 -
CMYK 0.01 0.07 0 0.13
HSL 292º 0.18% 0.84% -
HSV(B) 292º 0.07% 0.87% -
XYZ 64.34 64.42 77.45 -
YUV 211.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 219 206 221 0.01 0.07 0 0.13 292 0.18 0.84
Hex DB CE DD 1 7 0 D 124 12 54
Octal 333 316 335 1 7 0 15 444 22 124
Binary 11011011 11001110 11011101 1 111 0 1101 100100100 10010 1010100

Color Harmonies of #DBCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCEDD

Black with #DBCEDD

Text Example


Text Example

White with #DBCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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