#DABEE8

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

Shades of Fog #DABEE8

Tints of Fog #DABEE8

Color information

#DABEE8 (or 0xDABEE8) is unknown color: approx Fog. HEX triplet: DA, BE and E8. RGB value is (218,190,232). Sum of RGB (Red+Green+Blue) = 218+190+232=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #DABEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEE8 is #254117. Grayscale: #CBCBCB. Windows color (decimal): -2441496 or 15253210. OLE color: 15253210.

HSL color Cylindrical-coordinate representation of color #DABEE8: hue angle of 280º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABEE8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218190232-
CMYK0.060.1800.09
HSL280º47.73%82.75%-
HSV(B)280º18.1%90.98%-
XYZ61.8957.5684.19-
YUV203.16144.28138.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=34.06%
G=29.69%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181902320.060.1800.0928047.7382.75
HexDABEE8612091183053
Octal33227635062201143060123
Binary11011010101111101110100011010010010011000110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEE8; }

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

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

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

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

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

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

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

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