#DACDFE

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

Shades of Lavender Blue #DACDFE

Tints of Lavender Blue #DACDFE

Color information

#DACDFE (or 0xDACDFE) is unknown color: approx Lavender Blue. HEX triplet: DA, CD and FE. RGB value is (218,205,254). Sum of RGB (Red+Green+Blue) = 218+205+254=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #DACDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDFE is #253201. Grayscale: #D6D6D6. Windows color (decimal): -2437634 or 16698842. OLE color: 16698842.

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

Color convert

RGB218205254-
CMYK0.140.1900.00
HSL255.92º96.08%90%-
HSV(B)255.92º19.29%99.61%-
XYZ68.6365.72102.83-
YUV214.47150.31130.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=32.20%
G=30.28%
B=37.52%

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
Decimal2182052540.140.1900.00255.9296.0890
HexDACDFEE1300100605a
Octal332315376162300400140132
Binary1101101011001101111111101110100110010000000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDFE; }

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

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

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

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

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

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

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

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