#DBC7F2

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

Shades of Fog #DBC7F2

Tints of Fog #DBC7F2

Color information

#DBC7F2 (or 0xDBC7F2) is unknown color: approx Fog. HEX triplet: DB, C7 and F2. RGB value is (219,199,242). Sum of RGB (Red+Green+Blue) = 219+199+242=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7F2 is #24380D. Grayscale: #D1D1D1. Windows color (decimal): -2373646 or 15910875. OLE color: 15910875.

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

Color convert

RGB219199242-
CMYK0.100.1800.05
HSL267.91º62.32%86.47%-
HSV(B)267.91º17.77%94.9%-
XYZ65.6662.3292.57-
YUV209.88146.13134.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=33.18%
G=30.15%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191992420.100.1800.05267.9162.3286.47
HexDBC7F2A120510c3e56
Octal33330736212220541476126
Binary11011011110001111111001010101001001011000011001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7F2; }

 p { color: rgb(219,199,242); }

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

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

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

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

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

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

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