#D8CCFA

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

Shades of Fog #D8CCFA

Tints of Fog #D8CCFA

Color information

#D8CCFA (or 0xD8CCFA) is unknown color: approx Fog. HEX triplet: D8, CC and FA. RGB value is (216,204,250). Sum of RGB (Red+Green+Blue) = 216+204+250=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFA is #273305. Grayscale: #D4D4D4. Windows color (decimal): -2568966 or 16436440. OLE color: 16436440.

HSL color Cylindrical-coordinate representation of color #D8CCFA: hue angle of 255.65º 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 #D8CCFA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216204250-
CMYK0.140.1800.02
HSL255.65º82.14%89.02%-
HSV(B)255.65º18.4%98.04%-
XYZ67.1764.6999.39-
YUV212.83148.98130.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.24%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=32.24%
G=30.45%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162042500.140.1800.02255.6582.1489.02
HexD8CCFAE12021005259
Octal330314372162202400122131
Binary11011000110011001111101011101001001010000000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCFA; }

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

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

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

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

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

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

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

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