#D5C7EB

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

Shades of Fog #D5C7EB

Tints of Fog #D5C7EB

Color information

#D5C7EB (or 0xD5C7EB) is unknown color: approx Fog. HEX triplet: D5, C7 and EB. RGB value is (213,199,235). Sum of RGB (Red+Green+Blue) = 213+199+235=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C7EB is #2A3814. Grayscale: #CFCFCF. Windows color (decimal): -2766869 or 15452117. OLE color: 15452117.

HSL color Cylindrical-coordinate representation of color #D5C7EB: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5C7EB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213199235-
CMYK0.090.1500.08
HSL263.33º47.37%85.1%-
HSV(B)263.33º15.32%92.16%-
XYZ62.8660.9987.06-
YUV207.29143.64132.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.92%
GREEN value IS 199 (78.12% from 255) = 30.76%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=32.92%
G=30.76%
B=36.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131992350.090.1500.08263.3347.3785.1
HexD5C7EB9F081072f55
Octal325307353111701040757125
Binary11010101110001111110101110011111010001000001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7EB; }

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

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

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

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

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

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

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

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