#DBCFCF

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

Shades of Light Grey #DBCFCF

Tints of Light Grey #DBCFCF

Color information

#DBCFCF (or 0xDBCFCF) is unknown color: approx Light Grey. HEX triplet: DB, CF and CF. RGB value is (219,207,207). Sum of RGB (Red+Green+Blue) = 219+207+207=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCF is #243030. Grayscale: #D2D2D2. Windows color (decimal): -2371633 or 13619163. OLE color: 13619163.

HSL color Cylindrical-coordinate representation of color #DBCFCF: hue angle of 0º 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 #DBCFCF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219207207-
CMYK00.050.050.14
HSL14.29%83.53%-
HSV(B)5.48%85.88%-
XYZ62.7964.1968.11-
YUV210.59125.98134-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=34.60%
G=32.70%
B=32.70%

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
Decimal21920720700.050.050.14014.2983.53
HexDBCFCF055E0e54
Octal33331731705516016124
Binary11011011110011111100111101011011110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFCF; }

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

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

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

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

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

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

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

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