#D0BFFF

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

Shades of Lavender Blue #D0BFFF

Tints of Lavender Blue #D0BFFF

Color information

#D0BFFF (or 0xD0BFFF) is unknown color: approx Lavender Blue. HEX triplet: D0, BF and FF. RGB value is (208,191,255). Sum of RGB (Red+Green+Blue) = 208+191+255=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFFF is #2F4000. Grayscale: #CBCBCB. Windows color (decimal): -3096577 or 16760784. OLE color: 16760784.

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

Color convert

RGB208191255-
CMYK0.180.2500
HSL255.94º100%87.45%-
HSV(B)255.94º25.1%100%-
XYZ62.6957.89102.48-
YUV203.38157.13131.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 38.99%
R=31.80%
G=29.20%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081912550.180.2500255.9410087.45
HexD0BFFF1219001006457
Octal320277377223100400144127
Binary11010000101111111111111110010110010010000000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFFF; }

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

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

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

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

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

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

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

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