#DBCBEB

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

Shades of Fog #DBCBEB

Tints of Fog #DBCBEB

Color information

#DBCBEB (or 0xDBCBEB) is unknown color: approx Fog. HEX triplet: DB, CB and EB. RGB value is (219,203,235). Sum of RGB (Red+Green+Blue) = 219+203+235=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBEB is #243414. Grayscale: #D3D3D3. Windows color (decimal): -2372629 or 15453147. OLE color: 15453147.

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

Color convert

RGB219203235-
CMYK0.070.1400.08
HSL270º44.44%85.88%-
HSV(B)270º13.62%92.16%-
XYZ65.5663.7787.45-
YUV211.43141.3133.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=33.33%
G=30.90%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192032350.070.1400.0827044.4485.88
HexDBCBEB7E0810e2c56
Octal33331335371601041654126
Binary1101101111001011111010111111110010001000011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBEB; }

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

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

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

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

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

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

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

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