#DBCFCE

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

Shades of Light Grey #DBCFCE

Tints of Light Grey #DBCFCE

Color information

#DBCFCE (or 0xDBCFCE) is unknown color: approx Light Grey. HEX triplet: DB, CF and CE. RGB value is (219,207,206). Sum of RGB (Red+Green+Blue) = 219+207+206=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCE is #243031. Grayscale: #D2D2D2. Windows color (decimal): -2371634 or 13553627. OLE color: 13553627.

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

Color convert

RGB219207206-
CMYK00.050.060.14
HSL4.62º15.29%83.33%-
HSV(B)4.62º5.94%85.88%-
XYZ62.6764.1467.47-
YUV210.47125.48134.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=34.65%
G=32.75%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920720600.050.060.144.6215.2983.33
HexDBCFCE056E5f53
Octal33331731605616517123
Binary1101101111001111110011100101110111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFCE; }

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

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

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

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

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

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

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

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