#D1C1E7

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

Shades of Fog #D1C1E7

Tints of Fog #D1C1E7

Color information

#D1C1E7 (or 0xD1C1E7) is unknown color: approx Fog. HEX triplet: D1, C1 and E7. RGB value is (209,193,231). Sum of RGB (Red+Green+Blue) = 209+193+231=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1C1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C1E7 is #2E3E18. Grayscale: #C9C9C9. Windows color (decimal): -3030553 or 15188433. OLE color: 15188433.

HSL color Cylindrical-coordinate representation of color #D1C1E7: hue angle of 265.26º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C1E7 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB209193231-
CMYK0.100.1600.09
HSL265.26º44.19%83.14%-
HSV(B)265.26º16.45%90.59%-
XYZ59.7957.4683.54-
YUV202.12144.3132.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 231 (90.62% from 255) = 36.49%
R=33.02%
G=30.49%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2091932310.100.1600.09265.2644.1983.14
HexD1C1E7A10091092c53
Octal321301347122001141154123
Binary110100011100000111100111101010000010011000010011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C1E7; }

 p { color: rgb(209,193,231); }

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

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

 a { background-color: rgb(209,193,231); }

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

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

 span { border-color: rgb(209,193,231); }

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