#D0BFFE

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

Shades of Lavender Blue #D0BFFE

Tints of Lavender Blue #D0BFFE

Color information

#D0BFFE (or 0xD0BFFE) is unknown color: approx Lavender Blue. HEX triplet: D0, BF and FE. RGB value is (208,191,254). Sum of RGB (Red+Green+Blue) = 208+191+254=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFFE is #2F4001. Grayscale: #CBCBCB. Windows color (decimal): -3096578 or 16695248. OLE color: 16695248.

HSL color Cylindrical-coordinate representation of color #D0BFFE: hue angle of 256.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BFFE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208191254-
CMYK0.180.2500.00
HSL256.19º96.92%87.25%-
HSV(B)256.19º24.8%99.61%-
XYZ62.5357.83101.63-
YUV203.26156.63131.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 191 (75% from 255) = 29.25%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=31.85%
G=29.25%
B=38.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081912540.180.2500.00256.1996.9287.25
HexD0BFFE1219001006157
Octal320277376223100400141127
Binary11010000101111111111111010010110010010000000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFFE; }

 p { color: rgb(208,191,254); }

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

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

 a { background-color: rgb(208,191,254); }

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

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

 span { border-color: rgb(208,191,254); }

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