#D5CAE0

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

Shades of Fog #D5CAE0

Tints of Fog #D5CAE0

Color information

#D5CAE0 (or 0xD5CAE0) is unknown color: approx Fog. HEX triplet: D5, CA and E0. RGB value is (213,202,224). Sum of RGB (Red+Green+Blue) = 213+202+224=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAE0 is #2A351F. Grayscale: #CFCFCF. Windows color (decimal): -2766112 or 14731989. OLE color: 14731989.

HSL color Cylindrical-coordinate representation of color #D5CAE0: hue angle of 270º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CAE0 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213202224-
CMYK0.050.1000.12
HSL270º26.19%83.53%-
HSV(B)270º9.82%87.84%-
XYZ62.0261.7779.18-
YUV207.8137.14131.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=33.33%
G=31.61%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132022240.050.1000.1227026.1983.53
HexD5CAE05A0C10e1a54
Octal32531234051201441632124
Binary110101011100101011100000101101001100100001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAE0; }

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

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

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

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

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

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

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

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