#D5C6F0

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

Shades of Fog #D5C6F0

Tints of Fog #D5C6F0

Color information

#D5C6F0 (or 0xD5C6F0) is unknown color: approx Fog. HEX triplet: D5, C6 and F0. RGB value is (213,198,240). Sum of RGB (Red+Green+Blue) = 213+198+240=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5C6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C6F0 is #2A390F. Grayscale: #CFCFCF. Windows color (decimal): -2767120 or 15779541. OLE color: 15779541.

HSL color Cylindrical-coordinate representation of color #D5C6F0: hue angle of 261.43º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C6F0 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213198240-
CMYK0.110.1800.06
HSL261.43º58.33%85.88%-
HSV(B)261.43º17.5%94.12%-
XYZ63.3660.8390.84-
YUV207.27146.47132.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 198 (77.73% from 255) = 30.41%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=32.72%
G=30.41%
B=36.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131982400.110.1800.06261.4358.3385.88
HexD5C6F0B12061053a56
Octal32530636013220640572126
Binary11010101110001101111000010111001001101000001011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C6F0; }

 p { color: rgb(213,198,240); }

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

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

 a { background-color: rgb(213,198,240); }

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

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

 span { border-color: rgb(213,198,240); }

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