#D5BFF1

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

Shades of Fog #D5BFF1

Tints of Fog #D5BFF1

Color information

#D5BFF1 (or 0xD5BFF1) is unknown color: approx Fog. HEX triplet: D5, BF and F1. RGB value is (213,191,241). Sum of RGB (Red+Green+Blue) = 213+191+241=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BFF1 is #2A400E. Grayscale: #CBCBCB. Windows color (decimal): -2768911 or 15843285. OLE color: 15843285.

HSL color Cylindrical-coordinate representation of color #D5BFF1: hue angle of 266.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BFF1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213191241-
CMYK0.120.2100.05
HSL266.4º64.1%84.71%-
HSV(B)266.4º20.75%94.51%-
XYZ61.9557.7691.1-
YUV203.28149.29134.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.02%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=33.02%
G=29.61%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131912410.120.2100.05266.464.184.71
HexD5BFF1C150510a4055
Octal325277361142505412100125
Binary110101011011111111110001110010101010110000101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFF1; }

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

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

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

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

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

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

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

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