#DABFEE

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

Shades of Fog #DABFEE

Tints of Fog #DABFEE

Color information

#DABFEE (or 0xDABFEE) is unknown color: approx Fog. HEX triplet: DA, BF and EE. RGB value is (218,191,238). Sum of RGB (Red+Green+Blue) = 218+191+238=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #DABFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFEE is #254011. Grayscale: #CCCCCC. Windows color (decimal): -2441234 or 15646682. OLE color: 15646682.

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

Color convert

RGB218191238-
CMYK0.080.2000.07
HSL274.47º58.02%84.12%-
HSV(B)274.47º19.75%93.33%-
XYZ62.9858.3488.83-
YUV204.43146.95137.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=33.69%
G=29.52%
B=36.79%

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
Decimal2181912380.080.2000.07274.4758.0284.12
HexDABFEE814071123a54
Octal33227735610240742272124
Binary11011010101111111110111010001010001111000100101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFEE; }

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

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

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

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

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

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

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

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