#DACBE7

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

Shades of Fog #DACBE7

Tints of Fog #DACBE7

Color information

#DACBE7 (or 0xDACBE7) is unknown color: approx Fog. HEX triplet: DA, CB and E7. RGB value is (218,203,231). Sum of RGB (Red+Green+Blue) = 218+203+231=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #DACBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACBE7 is #253418. Grayscale: #D2D2D2. Windows color (decimal): -2438169 or 15191002. OLE color: 15191002.

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

Color convert

RGB218203231-
CMYK0.060.1200.09
HSL272.14º36.84%85.1%-
HSV(B)272.14º12.12%90.59%-
XYZ64.6963.3984.43-
YUV210.68139.47133.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=33.44%
G=31.13%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182032310.060.1200.09272.1436.8485.1
HexDACBE76C091102555
Octal33231334761401142045125
Binary1101101011001011111001111101100010011000100001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBE7; }

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

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

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

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

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

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

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

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