#DAD0FF

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

Shades of Lavender Blue #DAD0FF

Tints of Lavender Blue #DAD0FF

Color information

#DAD0FF (or 0xDAD0FF) is unknown color: approx Lavender Blue. HEX triplet: DA, D0 and FF. RGB value is (218,208,255). Sum of RGB (Red+Green+Blue) = 218+208+255=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 208 (81.64% from 255 or 30.54% 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 #DAD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0FF is #252F00. Grayscale: #D8D8D8. Windows color (decimal): -2436865 or 16765146. OLE color: 16765146.

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

Color convert

RGB218208255-
CMYK0.150.1800
HSL252.77º100%90.78%-
HSV(B)252.77º18.43%100%-
XYZ69.5267.24103.92-
YUV216.35149.81129.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 208 (81.64% from 255) = 30.54%
BLUE value IS 255 (100% from 255) = 37.44%
R=32.01%
G=30.54%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182082550.150.1800252.7710090.78
HexDAD0FFF1200fd645b
Octal332320377172200375144133
Binary110110101101000011111111111110010001111110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0FF; }

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

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

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

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

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

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

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

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