#D5CDEA

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

Shades of Fog #D5CDEA

Tints of Fog #D5CDEA

Color information

#D5CDEA (or 0xD5CDEA) is unknown color: approx Fog. HEX triplet: D5, CD and EA. RGB value is (213,205,234). Sum of RGB (Red+Green+Blue) = 213+205+234=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDEA is #2A3215. Grayscale: #D2D2D2. Windows color (decimal): -2765334 or 15388117. OLE color: 15388117.

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

Color convert

RGB213205234-
CMYK0.090.1200.08
HSL256.55º40.85%86.08%-
HSV(B)256.55º12.39%91.76%-
XYZ64.1263.7586.77-
YUV210.7141.15129.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=32.67%
G=31.44%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132052340.090.1200.08256.5540.8586.08
HexD5CDEA9C081012956
Octal325315352111401040151126
Binary11010101110011011110101010011100010001000000011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDEA; }

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

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

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

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

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

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

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

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