#DAD0FE

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

Shades of Quartz #DAD0FE

Tints of Quartz #DAD0FE

Color information

#DAD0FE (or 0xDAD0FE) is unknown color: approx Quartz. HEX triplet: DA, D0 and FE. RGB value is (218,208,254). Sum of RGB (Red+Green+Blue) = 218+208+254=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0FE is #252F01. Grayscale: #D8D8D8. Windows color (decimal): -2436866 or 16699610. OLE color: 16699610.

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

Color convert

RGB218208254-
CMYK0.140.1800.00
HSL253.04º95.83%90.59%-
HSV(B)253.04º18.11%99.61%-
XYZ69.3667.17103.08-
YUV216.23149.31129.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=32.06%
G=30.59%
B=37.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182082540.140.1800.00253.0495.8390.59
HexDAD0FEE1200fd605b
Octal332320376162200375140133
Binary110110101101000011111110111010010001111110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0FE; }

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

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

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

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

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

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

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

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