#DABCEC

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

Shades of Fog #DABCEC

Tints of Fog #DABCEC

Color information

#DABCEC (or 0xDABCEC) is unknown color: approx Fog. HEX triplet: DA, BC and EC. RGB value is (218,188,236). Sum of RGB (Red+Green+Blue) = 218+188+236=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #DABCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCEC is #254313. Grayscale: #CACACA. Windows color (decimal): -2442004 or 15514842. OLE color: 15514842.

HSL color Cylindrical-coordinate representation of color #DABCEC: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABCEC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218188236-
CMYK0.080.2000.07
HSL277.5º55.81%83.14%-
HSV(B)277.5º20.34%92.55%-
XYZ62.0456.9387.08-
YUV202.44146.94139.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=33.96%
G=29.28%
B=36.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181882360.080.2000.07277.555.8183.14
HexDABCEC814071163853
Octal33227435410240742670123
Binary11011010101111001110110010001010001111000101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCEC; }

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

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

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

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

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

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

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

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