#D5CDEC

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

Shades of Fog #D5CDEC

Tints of Fog #D5CDEC

Color information

#D5CDEC (or 0xD5CDEC) is unknown color: approx Fog. HEX triplet: D5, CD and EC. RGB value is (213,205,236). Sum of RGB (Red+Green+Blue) = 213+205+236=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDEC is #2A3213. Grayscale: #D2D2D2. Windows color (decimal): -2765332 or 15519189. OLE color: 15519189.

HSL color Cylindrical-coordinate representation of color #D5CDEC: hue angle of 255.48º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CDEC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213205236-
CMYK0.100.1300.07
HSL255.48º44.93%86.47%-
HSV(B)255.48º13.14%92.55%-
XYZ64.4163.8688.29-
YUV210.93142.15129.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=32.57%
G=31.35%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132052360.100.1300.07255.4844.9386.47
HexD5CDECAD07ff2d56
Octal32531535412150737755126
Binary110101011100110111101100101011010111111111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDEC; }

 p { color: rgb(213,205,236); }

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

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

 a { background-color: rgb(213,205,236); }

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

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

 span { border-color: rgb(213,205,236); }

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