#D0BEFF

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

Shades of Lavender Blue #D0BEFF

Tints of Lavender Blue #D0BEFF

Color information

#D0BEFF (or 0xD0BEFF) is unknown color: approx Lavender Blue. HEX triplet: D0, BE and FF. RGB value is (208,190,255). Sum of RGB (Red+Green+Blue) = 208+190+255=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEFF is #2F4100. Grayscale: #CACACA. Windows color (decimal): -3096833 or 16760528. OLE color: 16760528.

HSL color Cylindrical-coordinate representation of color #D0BEFF: hue angle of 256.62º 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 #D0BEFF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208190255-
CMYK0.180.2500
HSL256.62º100%87.25%-
HSV(B)256.62º25.49%100%-
XYZ62.4857.46102.41-
YUV202.79157.46131.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 255 (100% from 255) = 39.05%
R=31.85%
G=29.10%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081902550.180.2500256.6210087.25
HexD0BEFF1219001016457
Octal320276377223100401144127
Binary11010000101111101111111110010110010010000000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEFF; }

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

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

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

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

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

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

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

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