#D5BDEC

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

Shades of Fog #D5BDEC

Tints of Fog #D5BDEC

Color information

#D5BDEC (or 0xD5BDEC) is unknown color: approx Fog. HEX triplet: D5, BD and EC. RGB value is (213,189,236). Sum of RGB (Red+Green+Blue) = 213+189+236=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDEC is #2A4213. Grayscale: #C9C9C9. Windows color (decimal): -2769428 or 15515093. OLE color: 15515093.

HSL color Cylindrical-coordinate representation of color #D5BDEC: hue angle of 270.64º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BDEC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213189236-
CMYK0.100.2000.07
HSL270.64º55.29%83.33%-
HSV(B)270.64º19.92%92.55%-
XYZ60.7856.687.08-
YUV201.53147.45136.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=33.39%
G=29.62%
B=36.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131892360.100.2000.07270.6455.2983.33
HexD5BDECA140710f3753
Octal32527535412240741767123
Binary11010101101111011110110010101010001111000011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDEC; }

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

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

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

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

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

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

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

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