#DBC4EA

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

Shades of Fog #DBC4EA

Tints of Fog #DBC4EA

Color information

#DBC4EA (or 0xDBC4EA) is unknown color: approx Fog. HEX triplet: DB, C4 and EA. RGB value is (219,196,234). Sum of RGB (Red+Green+Blue) = 219+196+234=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4EA is #243B15. Grayscale: #CFCFCF. Windows color (decimal): -2374422 or 15385819. OLE color: 15385819.

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

Color convert

RGB219196234-
CMYK0.060.1600.08
HSL276.32º47.5%84.31%-
HSV(B)276.32º16.24%91.76%-
XYZ63.860.4886.15-
YUV207.21143.12136.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=33.74%
G=30.20%
B=36.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191962340.060.1600.08276.3247.584.31
HexDBC4EA610081142f54
Octal33330435262001042457124
Binary11011011110001001110101011010000010001000101001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4EA; }

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

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

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

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

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

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

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

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