#D1CCDF

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

Shades of Fog #D1CCDF

Tints of Fog #D1CCDF

Color information

#D1CCDF (or 0xD1CCDF) is unknown color: approx Fog. HEX triplet: D1, CC and DF. RGB value is (209,204,223). Sum of RGB (Red+Green+Blue) = 209+204+223=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCDF is #2E3320. Grayscale: #CFCFCF. Windows color (decimal): -3027745 or 14666961. OLE color: 14666961.

HSL color Cylindrical-coordinate representation of color #D1CCDF: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CCDF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209204223-
CMYK0.060.0900.13
HSL255.79º22.89%83.73%-
HSV(B)255.79º8.52%87.45%-
XYZ61.2162.0778.57-
YUV207.66136.66128.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=32.86%
G=32.08%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092042230.060.0900.13255.7922.8983.73
HexD1CCDF690D1001754
Octal32131433761101540027124
Binary110100011100110011011111110100101101100000000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCDF; }

 p { color: rgb(209,204,223); }

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

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

 a { background-color: rgb(209,204,223); }

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

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

 span { border-color: rgb(209,204,223); }

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