#DACBE9

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

Shades of Fog #DACBE9

Tints of Fog #DACBE9

Color information

#DACBE9 (or 0xDACBE9) is unknown color: approx Fog. HEX triplet: DA, CB and E9. RGB value is (218,203,233). Sum of RGB (Red+Green+Blue) = 218+203+233=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #DACBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACBE9 is #253416. Grayscale: #D2D2D2. Windows color (decimal): -2438167 or 15322074. OLE color: 15322074.

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

Color convert

RGB218203233-
CMYK0.060.1300.09
HSL270º40.54%85.49%-
HSV(B)270º12.88%91.37%-
XYZ64.9863.585.92-
YUV210.9140.47133.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=33.33%
G=31.04%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182032330.060.1300.0927040.5485.49
HexDACBE96D0910e2955
Octal33231335161501141651125
Binary1101101011001011111010011101101010011000011101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBE9; }

 p { color: rgb(218,203,233); }

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

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

 a { background-color: rgb(218,203,233); }

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

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

 span { border-color: rgb(218,203,233); }

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