#D5C7EF

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

Shades of Fog #D5C7EF

Tints of Fog #D5C7EF

Color information

#D5C7EF (or 0xD5C7EF) is unknown color: approx Fog. HEX triplet: D5, C7 and EF. RGB value is (213,199,239). Sum of RGB (Red+Green+Blue) = 213+199+239=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C7EF is #2A3810. Grayscale: #CFCFCF. Windows color (decimal): -2766865 or 15714261. OLE color: 15714261.

HSL color Cylindrical-coordinate representation of color #D5C7EF: hue angle of 261º degrees, saturation: 0.56, 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 #D5C7EF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213199239-
CMYK0.110.1700.06
HSL261º55.56%85.88%-
HSV(B)261º16.74%93.73%-
XYZ63.4461.2290.14-
YUV207.75145.64131.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 199 (78.12% from 255) = 30.57%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=32.72%
G=30.57%
B=36.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131992390.110.1700.0626155.5685.88
HexD5C7EFB11061053856
Octal32530735713210640570126
Binary11010101110001111110111110111000101101000001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7EF; }

 p { color: rgb(213,199,239); }

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

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

 a { background-color: rgb(213,199,239); }

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

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

 span { border-color: rgb(213,199,239); }

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