#D5BFFB

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

Shades of Fog #D5BFFB

Tints of Fog #D5BFFB

Color information

#D5BFFB (or 0xD5BFFB) is unknown color: approx Fog. HEX triplet: D5, BF and FB. RGB value is (213,191,251). Sum of RGB (Red+Green+Blue) = 213+191+251=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BFFB is #2A4004. Grayscale: #CCCCCC. Windows color (decimal): -2768901 or 16498645. OLE color: 16498645.

HSL color Cylindrical-coordinate representation of color #D5BFFB: hue angle of 262º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BFFB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213191251-
CMYK0.150.2400.02
HSL262º88.24%86.67%-
HSV(B)262º23.9%98.43%-
XYZ63.4858.3799.19-
YUV204.42154.29134.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=32.52%
G=29.16%
B=38.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131912510.150.2400.0226288.2486.67
HexD5BFFBF18021065857
Octal325277373173002406130127
Binary11010101101111111111101111111100001010000011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFFB; }

 p { color: rgb(213,191,251); }

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

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

 a { background-color: rgb(213,191,251); }

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

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

 span { border-color: rgb(213,191,251); }

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