#D5BCF0

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

Shades of Fog #D5BCF0

Tints of Fog #D5BCF0

Color information

#D5BCF0 (or 0xD5BCF0) is unknown color: approx Fog. HEX triplet: D5, BC and F0. RGB value is (213,188,240). Sum of RGB (Red+Green+Blue) = 213+188+240=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCF0 is #2A430F. Grayscale: #C9C9C9. Windows color (decimal): -2769680 or 15776981. OLE color: 15776981.

HSL color Cylindrical-coordinate representation of color #D5BCF0: hue angle of 268.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BCF0 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213188240-
CMYK0.110.2200.06
HSL268.85º63.41%83.92%-
HSV(B)268.85º21.67%94.12%-
XYZ61.1556.490.1-
YUV201.4149.78136.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=33.23%
G=29.33%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131882400.110.2200.06268.8563.4183.92
HexD5BCF0B160610d3f54
Octal32527436013260641577124
Binary11010101101111001111000010111011001101000011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCF0; }

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

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

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

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

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

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

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

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