#D5CEED

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

Shades of Fog #D5CEED

Tints of Fog #D5CEED

Color information

#D5CEED (or 0xD5CEED) is unknown color: approx Fog. HEX triplet: D5, CE and ED. RGB value is (213,206,237). Sum of RGB (Red+Green+Blue) = 213+206+237=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEED is #2A3112. Grayscale: #D3D3D3. Windows color (decimal): -2765075 or 15584981. OLE color: 15584981.

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

Color convert

RGB213206237-
CMYK0.100.1300.07
HSL253.55º46.27%86.86%-
HSV(B)253.55º13.08%92.94%-
XYZ64.864.489.14-
YUV211.63142.32128.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.47%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=32.47%
G=31.40%
B=36.13%

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
Decimal2132062370.100.1300.07253.5546.2786.86
HexD5CEEDAD07fe2e57
Octal32531635512150737656127
Binary110101011100111011101101101011010111111111101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEED; }

 p { color: rgb(213,206,237); }

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

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

 a { background-color: rgb(213,206,237); }

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

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

 span { border-color: rgb(213,206,237); }

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