Html Css Color HEX #DBCDDE Snuff

📋 copy color: '#DBCDDE'

red 219 ◦ green 205 ◦ blue 222

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

Shades of Snuff #DBCDDE

Tints of Snuff #DBCDDE

RGB

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

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

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

R = 33.9%
G = 31.73%
B = 34.37%

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

#DBCDDE (or 0xDBCDDE) is known color: Snuff. HEX triplet: DB, CD and DE. RGB value is (219,205,222). Sum of RGB (Red+Green+Blue) = 219+205+222=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDDE is #243221. Grayscale: #D3D3D3. Windows color (decimal): -2372130 or 14601691. OLE color: 14601691.

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

Color convert

RGB 219 205 222 -
CMYK 0.01 0.08 0 0.13
HSL 289.41º 0.2% 0.84% -
HSV(B) 289.41º 0.08% 0.87% -
XYZ 64.23 64 78.07 -
YUV 211.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 219 205 222 0.01 0.08 0 0.13 289.41 0.2 0.84
Hex DB CD DE 1 8 0 D 121 14 54
Octal 333 315 336 1 10 0 15 441 24 124
Binary 11011011 11001101 11011110 1 1000 0 1101 100100001 10100 1010100

Color Harmonies of #DBCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDDE

Black with #DBCDDE

Text Example


Text Example

White with #DBCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDDE; }

 p { color: rgb(219,205,222); }

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

background-color css

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

 a { background-color: rgb(219,205,222); }

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

border-color css

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

 span { border-color: rgb(219,205,222); }

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