#D9CCFA

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

Shades of Fog #D9CCFA

Tints of Fog #D9CCFA

Color information

#D9CCFA (or 0xD9CCFA) is unknown color: approx Fog. HEX triplet: D9, CC and FA. RGB value is (217,204,250). Sum of RGB (Red+Green+Blue) = 217+204+250=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFA is #263305. Grayscale: #D4D4D4. Windows color (decimal): -2503430 or 16436441. OLE color: 16436441.

HSL color Cylindrical-coordinate representation of color #D9CCFA: hue angle of 256.96º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CCFA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217204250-
CMYK0.130.1800.02
HSL256.96º82.14%89.02%-
HSV(B)256.96º18.4%98.04%-
XYZ67.4664.8499.4-
YUV213.13148.81130.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=32.34%
G=30.40%
B=37.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172042500.130.1800.02256.9682.1489.02
HexD9CCFAD12021015259
Octal331314372152202401122131
Binary11011001110011001111101011011001001010000000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCFA; }

 p { color: rgb(217,204,250); }

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

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

 a { background-color: rgb(217,204,250); }

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

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

 span { border-color: rgb(217,204,250); }

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