#D8CCFB

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

Shades of Fog #D8CCFB

Tints of Fog #D8CCFB

Color information

#D8CCFB (or 0xD8CCFB) is unknown color: approx Fog. HEX triplet: D8, CC and FB. RGB value is (216,204,251). Sum of RGB (Red+Green+Blue) = 216+204+251=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFB is #273304. Grayscale: #D4D4D4. Windows color (decimal): -2568965 or 16501976. OLE color: 16501976.

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

Color convert

RGB216204251-
CMYK0.140.1900.02
HSL255.32º85.45%89.22%-
HSV(B)255.32º18.73%98.43%-
XYZ67.3264.75100.22-
YUV212.95149.48130.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.19%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=32.19%
G=30.40%
B=37.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162042510.140.1900.02255.3285.4589.22
HexD8CCFBE1302ff5559
Octal330314373162302377125131
Binary1101100011001100111110111110100110101111111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCFB; }

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

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

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

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

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

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

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

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