#DBCFFF

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

Shades of Lavender Blue #DBCFFF

Tints of Lavender Blue #DBCFFF

Color information

#DBCFFF (or 0xDBCFFF) is unknown color: approx Lavender Blue. HEX triplet: DB, CF and FF. RGB value is (219,207,255). Sum of RGB (Red+Green+Blue) = 219+207+255=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFFF is #243000. Grayscale: #D7D7D7. Windows color (decimal): -2371585 or 16764891. OLE color: 16764891.

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

Color convert

RGB219207255-
CMYK0.140.1900
HSL255º100%90.59%-
HSV(B)255º18.82%100%-
XYZ69.5866.91103.85-
YUV216.06149.98130.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 37.44%
R=32.16%
G=30.40%
B=37.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192072550.140.190025510090.59
HexDBCFFFE1300ff645b
Octal333317377162300377144133
Binary110110111100111111111111111010011001111111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFFF; }

 p { color: rgb(219,207,255); }

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

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

 a { background-color: rgb(219,207,255); }

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

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

 span { border-color: rgb(219,207,255); }

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