#DBD8DA

Color #DBD8DA Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DBD8DA

Tints of Prim #DBD8DA

Color information

#DBD8DA (or 0xDBD8DA) is unknown color: approx Prim. HEX triplet: DB, D8 and DA. RGB value is (219,216,218). Sum of RGB (Red+Green+Blue) = 219+216+218=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8DA is #242725. Grayscale: #D9D9D9. Windows color (decimal): -2369318 or 14342363. OLE color: 14342363.

HSL color Cylindrical-coordinate representation of color #DBD8DA: hue angle of 320º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBD8DA is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219216218-
CMYK00.010.000.14
HSL320º4%85.29%-
HSV(B)320º1.37%85.88%-
XYZ66.4269.2376.19-
YUV217.12128.49129.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=33.54%
G=33.08%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921621800.010.000.14320485.29
HexDBD8DA010E140455
Octal333330332010165004125
Binary11011011110110001101101001011101010000001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8DA; }

 p { color: rgb(219,216,218); }

 H1.HeaderClassName
 {
   color: #DBD8DA;
 }
 .AnyTagClassName
 {
   color: #DBD8DA;
 }
</style>
background-color css

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

 a { background-color: rgb(219,216,218); }

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

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

 span { border-color: rgb(219,216,218); }

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