#D1CCE3

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

Shades of Fog #D1CCE3

Tints of Fog #D1CCE3

Color information

#D1CCE3 (or 0xD1CCE3) is unknown color: approx Fog. HEX triplet: D1, CC and E3. RGB value is (209,204,227). Sum of RGB (Red+Green+Blue) = 209+204+227=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1CCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCE3 is #2E331C. Grayscale: #D0D0D0. Windows color (decimal): -3027741 or 14929105. OLE color: 14929105.

HSL color Cylindrical-coordinate representation of color #D1CCE3: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1CCE3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209204227-
CMYK0.080.1000.11
HSL253.04º29.11%84.51%-
HSV(B)253.04º10.13%89.02%-
XYZ61.7562.2981.44-
YUV208.12138.66128.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.66%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=32.66%
G=31.88%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092042270.080.1000.11253.0429.1184.51
HexD1CCE38A0Bfd1d55
Octal321314343101201337535125
Binary110100011100110011100011100010100101111111101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCE3; }

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

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

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

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

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

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

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

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