#D5CDEE

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

Shades of Fog #D5CDEE

Tints of Fog #D5CDEE

Color information

#D5CDEE (or 0xD5CDEE) is unknown color: approx Fog. HEX triplet: D5, CD and EE. RGB value is (213,205,238). Sum of RGB (Red+Green+Blue) = 213+205+238=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDEE is #2A3211. Grayscale: #D3D3D3. Windows color (decimal): -2765330 or 15650261. OLE color: 15650261.

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

Color convert

RGB213205238-
CMYK0.110.1400.07
HSL254.55º49.25%86.86%-
HSV(B)254.55º13.87%93.33%-
XYZ64.763.9889.83-
YUV211.15143.15129.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.47%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=32.47%
G=31.25%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132052380.110.1400.07254.5549.2586.86
HexD5CDEEBE07ff3157
Octal32531535613160737761127
Binary110101011100110111101110101111100111111111111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDEE; }

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

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

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

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

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

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

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

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