#DABCEE

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

Shades of Fog #DABCEE

Tints of Fog #DABCEE

Color information

#DABCEE (or 0xDABCEE) is unknown color: approx Fog. HEX triplet: DA, BC and EE. RGB value is (218,188,238). Sum of RGB (Red+Green+Blue) = 218+188+238=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #DABCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCEE is #254311. Grayscale: #CACACA. Windows color (decimal): -2442002 or 15645914. OLE color: 15645914.

HSL color Cylindrical-coordinate representation of color #DABCEE: hue angle of 276º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABCEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218188238-
CMYK0.080.2100.07
HSL276º59.52%83.53%-
HSV(B)276º21.01%93.33%-
XYZ62.3357.0488.61-
YUV202.67147.94138.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=33.85%
G=29.19%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181882380.080.2100.0727659.5283.53
HexDABCEE815071143c54
Octal33227435610250742474124
Binary11011010101111001110111010001010101111000101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCEE; }

 p { color: rgb(218,188,238); }

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

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

 a { background-color: rgb(218,188,238); }

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

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

 span { border-color: rgb(218,188,238); }

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