#D5BEFA

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

Shades of Fog #D5BEFA

Tints of Fog #D5BEFA

Color information

#D5BEFA (or 0xD5BEFA) is unknown color: approx Fog. HEX triplet: D5, BE and FA. RGB value is (213,190,250). Sum of RGB (Red+Green+Blue) = 213+190+250=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEFA is #2A4105. Grayscale: #CBCBCB. Windows color (decimal): -2769158 or 16432853. OLE color: 16432853.

HSL color Cylindrical-coordinate representation of color #D5BEFA: hue angle of 263º 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 #D5BEFA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213190250-
CMYK0.150.2400.02
HSL263º85.71%86.27%-
HSV(B)263º24%98.04%-
XYZ63.1157.8898.29-
YUV203.72154.12134.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=32.62%
G=29.10%
B=38.28%

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
Decimal2131902500.150.2400.0226385.7186.27
HexD5BEFAF18021075656
Octal325276372173002407126126
Binary11010101101111101111101011111100001010000011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEFA; }

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

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

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

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

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

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

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

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