#D9CCFB

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

Shades of Fog #D9CCFB

Tints of Fog #D9CCFB

Color information

#D9CCFB (or 0xD9CCFB) is unknown color: approx Fog. HEX triplet: D9, CC and FB. RGB value is (217,204,251). Sum of RGB (Red+Green+Blue) = 217+204+251=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFB is #263304. Grayscale: #D5D5D5. Windows color (decimal): -2503429 or 16501977. OLE color: 16501977.

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

Color convert

RGB217204251-
CMYK0.140.1900.02
HSL256.6º85.45%89.22%-
HSV(B)256.6º18.73%98.43%-
XYZ67.6264.9100.23-
YUV213.24149.31130.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=32.29%
G=30.36%
B=37.35%

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
Decimal2172042510.140.1900.02256.685.4589.22
HexD9CCFBE13021015559
Octal331314373162302401125131
Binary11011001110011001111101111101001101010000000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCFB; }

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

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

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

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

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

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

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

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