#DBD0CF

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

Shades of Light Grey #DBD0CF

Tints of Light Grey #DBD0CF

Color information

#DBD0CF (or 0xDBD0CF) is unknown color: approx Light Grey. HEX triplet: DB, D0 and CF. RGB value is (219,208,207). Sum of RGB (Red+Green+Blue) = 219+208+207=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CF is #242F30. Grayscale: #D3D3D3. Windows color (decimal): -2371377 or 13619419. OLE color: 13619419.

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

Color convert

RGB219208207-
CMYK00.050.050.14
HSL14.29%83.53%-
HSV(B)5.48%85.88%-
XYZ63.0364.6868.19-
YUV211.18125.64133.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=34.54%
G=32.81%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920820700.050.050.14514.2983.53
HexDBD0CF055E5e54
Octal33332031705516516124
Binary1101101111010000110011110101101111010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0CF; }

 p { color: rgb(219,208,207); }

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

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

 a { background-color: rgb(219,208,207); }

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

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

 span { border-color: rgb(219,208,207); }

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