#D5C1EA

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

Shades of Fog #D5C1EA

Tints of Fog #D5C1EA

Color information

#D5C1EA (or 0xD5C1EA) is unknown color: approx Fog. HEX triplet: D5, C1 and EA. RGB value is (213,193,234). Sum of RGB (Red+Green+Blue) = 213+193+234=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5C1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C1EA is #2A3E15. Grayscale: #CBCBCB. Windows color (decimal): -2768406 or 15385045. OLE color: 15385045.

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

Color convert

RGB213193234-
CMYK0.090.1800.08
HSL269.27º49.4%83.73%-
HSV(B)269.27º17.52%91.76%-
XYZ61.3658.2385.85-
YUV203.65145.13134.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 193 (75.78% from 255) = 30.16%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=33.28%
G=30.16%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131932340.090.1800.08269.2749.483.73
HexD5C1EA9120810d3154
Octal325301352112201041561124
Binary110101011100000111101010100110010010001000011011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C1EA; }

 p { color: rgb(213,193,234); }

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

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

 a { background-color: rgb(213,193,234); }

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

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

 span { border-color: rgb(213,193,234); }

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