#D5CADF

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

Shades of Fog #D5CADF

Tints of Fog #D5CADF

Color information

#D5CADF (or 0xD5CADF) is unknown color: approx Fog. HEX triplet: D5, CA and DF. RGB value is (213,202,223). Sum of RGB (Red+Green+Blue) = 213+202+223=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CADF is #2A3520. Grayscale: #CFCFCF. Windows color (decimal): -2766113 or 14666453. OLE color: 14666453.

HSL color Cylindrical-coordinate representation of color #D5CADF: hue angle of 271.43º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CADF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213202223-
CMYK0.040.0900.13
HSL271.43º24.71%83.33%-
HSV(B)271.43º9.42%87.45%-
XYZ61.8861.7178.46-
YUV207.68136.64131.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=33.39%
G=31.66%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132022230.040.0900.13271.4324.7183.33
HexD5CADF490D10f1953
Octal32531233741101541731123
Binary110101011100101011011111100100101101100001111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CADF; }

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

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

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

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

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

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

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

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