#D5CDEB

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

Shades of Fog #D5CDEB

Tints of Fog #D5CDEB

Color information

#D5CDEB (or 0xD5CDEB) is unknown color: approx Fog. HEX triplet: D5, CD and EB. RGB value is (213,205,235). Sum of RGB (Red+Green+Blue) = 213+205+235=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDEB is #2A3214. Grayscale: #D2D2D2. Windows color (decimal): -2765333 or 15453653. OLE color: 15453653.

HSL color Cylindrical-coordinate representation of color #D5CDEB: hue angle of 256º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CDEB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213205235-
CMYK0.090.1300.08
HSL256º42.86%86.27%-
HSV(B)256º12.77%92.16%-
XYZ64.2763.8187.53-
YUV210.81141.65129.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=32.62%
G=31.39%
B=35.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132052350.090.1300.0825642.8686.27
HexD5CDEB9D081002b56
Octal325315353111501040053126
Binary11010101110011011110101110011101010001000000001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDEB; }

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

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

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

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

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

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

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

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