#D5C8E7

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

Shades of Fog #D5C8E7

Tints of Fog #D5C8E7

Color information

#D5C8E7 (or 0xD5C8E7) is unknown color: approx Fog. HEX triplet: D5, C8 and E7. RGB value is (213,200,231). Sum of RGB (Red+Green+Blue) = 213+200+231=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5C8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8E7 is #2A3718. Grayscale: #CFCFCF. Windows color (decimal): -2766617 or 15190229. OLE color: 15190229.

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

Color convert

RGB213200231-
CMYK0.080.1300.09
HSL265.16º39.24%84.51%-
HSV(B)265.16º13.42%90.59%-
XYZ62.5261.2284.12-
YUV207.42141.31131.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.07%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=33.07%
G=31.06%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132002310.080.1300.09265.1639.2484.51
HexD5C8E78D091092755
Octal325310347101501141147125
Binary11010101110010001110011110001101010011000010011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8E7; }

 p { color: rgb(213,200,231); }

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

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

 a { background-color: rgb(213,200,231); }

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

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

 span { border-color: rgb(213,200,231); }

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