#DACEFE

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

Shades of Lavender Blue #DACEFE

Tints of Lavender Blue #DACEFE

Color information

#DACEFE (or 0xDACEFE) is unknown color: approx Lavender Blue. HEX triplet: DA, CE and FE. RGB value is (218,206,254). Sum of RGB (Red+Green+Blue) = 218+206+254=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #DACEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEFE is #253101. Grayscale: #D6D6D6. Windows color (decimal): -2437378 or 16699098. OLE color: 16699098.

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

Color convert

RGB218206254-
CMYK0.140.1900.00
HSL255º96%90.2%-
HSV(B)255º18.9%99.61%-
XYZ68.8766.2102.91-
YUV215.06149.98130.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=32.15%
G=30.38%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182062540.140.1900.002559690.2
HexDACEFEE1300ff605a
Octal332316376162300377140132
Binary110110101100111011111110111010011001111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEFE; }

 p { color: rgb(218,206,254); }

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

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

 a { background-color: rgb(218,206,254); }

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

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

 span { border-color: rgb(218,206,254); }

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