#D5CAEA

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

Shades of Fog #D5CAEA

Tints of Fog #D5CAEA

Color information

#D5CAEA (or 0xD5CAEA) is unknown color: approx Fog. HEX triplet: D5, CA and EA. RGB value is (213,202,234). Sum of RGB (Red+Green+Blue) = 213+202+234=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAEA is #2A3515. Grayscale: #D0D0D0. Windows color (decimal): -2766102 or 15387349. OLE color: 15387349.

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

Color convert

RGB213202234-
CMYK0.090.1400.08
HSL260.62º43.24%85.49%-
HSV(B)260.62º13.68%91.76%-
XYZ63.4162.3386.53-
YUV208.94142.14130.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.82%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=32.82%
G=31.12%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132022340.090.1400.08260.6243.2485.49
HexD5CAEA9E081052b55
Octal325312352111601040553125
Binary11010101110010101110101010011110010001000001011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAEA; }

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

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

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

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

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

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

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

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