#D5BFFA

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

Shades of Fog #D5BFFA

Tints of Fog #D5BFFA

Color information

#D5BFFA (or 0xD5BFFA) is unknown color: approx Fog. HEX triplet: D5, BF and FA. RGB value is (213,191,250). Sum of RGB (Red+Green+Blue) = 213+191+250=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BFFA is #2A4005. Grayscale: #CCCCCC. Windows color (decimal): -2768902 or 16433109. OLE color: 16433109.

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

Color convert

RGB213191250-
CMYK0.150.2400.02
HSL262.37º85.51%86.47%-
HSV(B)262.37º23.6%98.04%-
XYZ63.3358.3198.36-
YUV204.3153.79134.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=32.57%
G=29.20%
B=38.23%

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
Decimal2131912500.150.2400.02262.3785.5186.47
HexD5BFFAF18021065656
Octal325277372173002406126126
Binary11010101101111111111101011111100001010000011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFFA; }

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

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

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

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

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

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

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

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