#DBC2EA

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

Shades of Fog #DBC2EA

Tints of Fog #DBC2EA

Color information

#DBC2EA (or 0xDBC2EA) is unknown color: approx Fog. HEX triplet: DB, C2 and EA. RGB value is (219,194,234). Sum of RGB (Red+Green+Blue) = 219+194+234=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2EA is #243D15. Grayscale: #CDCDCD. Windows color (decimal): -2374934 or 15385307. OLE color: 15385307.

HSL color Cylindrical-coordinate representation of color #DBC2EA: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC2EA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219194234-
CMYK0.060.1700.08
HSL277.5º48.78%83.92%-
HSV(B)277.5º17.09%91.76%-
XYZ63.3659.5886-
YUV206.03143.78137.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=33.85%
G=29.98%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191942340.060.1700.08277.548.7883.92
HexDBC2EA611081163154
Octal33330235262101042661124
Binary11011011110000101110101011010001010001000101101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2EA; }

 p { color: rgb(219,194,234); }

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

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

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

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

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

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

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