#D1CCDE

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

Shades of Fog #D1CCDE

Tints of Fog #D1CCDE

Color information

#D1CCDE (or 0xD1CCDE) is unknown color: approx Fog. HEX triplet: D1, CC and DE. RGB value is (209,204,222). Sum of RGB (Red+Green+Blue) = 209+204+222=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCDE is #2E3321. Grayscale: #CFCFCF. Windows color (decimal): -3027746 or 14601425. OLE color: 14601425.

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

Color convert

RGB209204222-
CMYK0.060.0800.13
HSL256.67º21.43%83.53%-
HSV(B)256.67º8.11%87.06%-
XYZ61.0762.0177.86-
YUV207.55136.16129.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=32.91%
G=32.13%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092042220.060.0800.13256.6721.4383.53
HexD1CCDE680D1011554
Octal32131433661001540125124
Binary110100011100110011011110110100001101100000001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCDE; }

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

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

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

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

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

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

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

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