#DACFFE

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

Shades of Lavender Blue #DACFFE

Tints of Lavender Blue #DACFFE

Color information

#DACFFE (or 0xDACFFE) is unknown color: approx Lavender Blue. HEX triplet: DA, CF and FE. RGB value is (218,207,254). Sum of RGB (Red+Green+Blue) = 218+207+254=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #DACFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFFE is #253001. Grayscale: #D7D7D7. Windows color (decimal): -2437122 or 16699354. OLE color: 16699354.

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

Color convert

RGB218207254-
CMYK0.140.1900.00
HSL254.04º95.92%90.39%-
HSV(B)254.04º18.5%99.61%-
XYZ69.1266.69102.99-
YUV215.65149.64129.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=32.11%
G=30.49%
B=37.41%

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
Decimal2182072540.140.1900.00254.0495.9290.39
HexDACFFEE1300fe605a
Octal332317376162300376140132
Binary110110101100111111111110111010011001111111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFFE; }

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

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

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

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

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

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

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

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