#D9CCF1

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

Shades of Fog #D9CCF1

Tints of Fog #D9CCF1

Color information

#D9CCF1 (or 0xD9CCF1) is unknown color: approx Fog. HEX triplet: D9, CC and F1. RGB value is (217,204,241). Sum of RGB (Red+Green+Blue) = 217+204+241=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCF1 is #26330E. Grayscale: #D3D3D3. Windows color (decimal): -2503439 or 15846617. OLE color: 15846617.

HSL color Cylindrical-coordinate representation of color #D9CCF1: hue angle of 261.08º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CCF1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217204241-
CMYK0.100.1500.05
HSL261.08º56.92%87.25%-
HSV(B)261.08º15.35%94.51%-
XYZ66.0964.2992.14-
YUV212.1144.31131.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=32.78%
G=30.82%
B=36.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172042410.100.1500.05261.0856.9287.25
HexD9CCF1AF051053957
Octal33131436112170540571127
Binary1101100111001100111100011010111101011000001011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCF1; }

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

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

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

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

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

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

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

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