#DABEEE

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

Shades of Fog #DABEEE

Tints of Fog #DABEEE

Color information

#DABEEE (or 0xDABEEE) is unknown color: approx Fog. HEX triplet: DA, BE and EE. RGB value is (218,190,238). Sum of RGB (Red+Green+Blue) = 218+190+238=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #DABEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEEE is #254111. Grayscale: #CBCBCB. Windows color (decimal): -2441490 or 15646426. OLE color: 15646426.

HSL color Cylindrical-coordinate representation of color #DABEEE: hue angle of 275º degrees, saturation: 0.59, 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 #DABEEE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218190238-
CMYK0.080.2000.07
HSL275º58.54%83.92%-
HSV(B)275º20.17%93.33%-
XYZ62.7657.9188.76-
YUV203.84147.28138.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=33.75%
G=29.41%
B=36.84%

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
Decimal2181902380.080.2000.0727558.5483.92
HexDABEEE814071133b54
Octal33227635610240742373124
Binary11011010101111101110111010001010001111000100111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEEE; }

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

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

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

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

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

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

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

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