#D5BCEE

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

Shades of Fog #D5BCEE

Tints of Fog #D5BCEE

Color information

#D5BCEE (or 0xD5BCEE) is unknown color: approx Fog. HEX triplet: D5, BC and EE. RGB value is (213,188,238). Sum of RGB (Red+Green+Blue) = 213+188+238=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCEE is #2A4311. Grayscale: #C9C9C9. Windows color (decimal): -2769682 or 15645909. OLE color: 15645909.

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

Color convert

RGB213188238-
CMYK0.110.2100.07
HSL270º59.52%83.53%-
HSV(B)270º21.01%93.33%-
XYZ60.8656.2988.55-
YUV201.18148.78136.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=33.33%
G=29.42%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131882380.110.2100.0727059.5283.53
HexD5BCEEB150710e3c54
Octal32527435613250741674124
Binary11010101101111001110111010111010101111000011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCEE; }

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

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

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

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

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

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

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

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