#D8CCF1

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

Shades of Fog #D8CCF1

Tints of Fog #D8CCF1

Color information

#D8CCF1 (or 0xD8CCF1) is unknown color: approx Fog. HEX triplet: D8, CC and F1. RGB value is (216,204,241). Sum of RGB (Red+Green+Blue) = 216+204+241=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCF1 is #27330E. Grayscale: #D3D3D3. Windows color (decimal): -2568975 or 15846616. OLE color: 15846616.

HSL color Cylindrical-coordinate representation of color #D8CCF1: hue angle of 259.46º 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 #D8CCF1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216204241-
CMYK0.100.1500.05
HSL259.46º56.92%87.25%-
HSV(B)259.46º15.35%94.51%-
XYZ65.7964.1492.13-
YUV211.81144.48130.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.68%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=32.68%
G=30.86%
B=36.46%

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
Decimal2162042410.100.1500.05259.4656.9287.25
HexD8CCF1AF051033957
Octal33031436112170540371127
Binary1101100011001100111100011010111101011000000111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCF1; }

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

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

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

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

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

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

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

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