#DACFFF

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

Shades of Lavender Blue #DACFFF

Tints of Lavender Blue #DACFFF

Color information

#DACFFF (or 0xDACFFF) is unknown color: approx Lavender Blue. HEX triplet: DA, CF and FF. RGB value is (218,207,255). Sum of RGB (Red+Green+Blue) = 218+207+255=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #DACFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFFF is #253000. Grayscale: #D7D7D7. Windows color (decimal): -2437121 or 16764890. OLE color: 16764890.

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

Color convert

RGB218207255-
CMYK0.150.1900
HSL253.75º100%90.59%-
HSV(B)253.75º18.82%100%-
XYZ69.2866.75103.84-
YUV215.76150.14129.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 255 (100% from 255) = 37.5%
R=32.06%
G=30.44%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182072550.150.1900253.7510090.59
HexDACFFFF1300fe645b
Octal332317377172300376144133
Binary110110101100111111111111111110011001111111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFFF; }

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

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

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

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

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

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

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

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