#D1CEE1

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

Shades of Fog #D1CEE1

Tints of Fog #D1CEE1

Color information

#D1CEE1 (or 0xD1CEE1) is unknown color: approx Fog. HEX triplet: D1, CE and E1. RGB value is (209,206,225). Sum of RGB (Red+Green+Blue) = 209+206+225=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEE1 is #2E311E. Grayscale: #D0D0D0. Windows color (decimal): -3027231 or 14798545. OLE color: 14798545.

HSL color Cylindrical-coordinate representation of color #D1CEE1: hue angle of 249.47º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CEE1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209206225-
CMYK0.070.0800.12
HSL249.47º24.05%84.51%-
HSV(B)249.47º8.44%88.24%-
XYZ61.9663.1380.15-
YUV209.06136.99127.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.66%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=32.66%
G=32.19%
B=35.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092062250.070.0800.12249.4724.0584.51
HexD1CEE1780Cf91855
Octal32131634171001437130125
Binary11010001110011101110000111110000110011111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEE1; }

 p { color: rgb(209,206,225); }

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

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

 a { background-color: rgb(209,206,225); }

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

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

 span { border-color: rgb(209,206,225); }

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