#DBCBEC

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

Shades of Fog #DBCBEC

Tints of Fog #DBCBEC

Color information

#DBCBEC (or 0xDBCBEC) is unknown color: approx Fog. HEX triplet: DB, CB and EC. RGB value is (219,203,236). Sum of RGB (Red+Green+Blue) = 219+203+236=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBEC is #243413. Grayscale: #D3D3D3. Windows color (decimal): -2372628 or 15518683. OLE color: 15518683.

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

Color convert

RGB219203236-
CMYK0.070.1400.07
HSL269.09º46.48%86.08%-
HSV(B)269.09º13.98%92.55%-
XYZ65.7163.8388.21-
YUV211.55141.8133.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=33.28%
G=30.85%
B=35.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192032360.070.1400.07269.0946.4886.08
HexDBCBEC7E0710d2e56
Octal3333133547160741556126
Binary110110111100101111101100111111001111000011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBEC; }

 p { color: rgb(219,203,236); }

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

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

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

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

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

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

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