#DAD0FC

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

Shades of Quartz #DAD0FC

Tints of Quartz #DAD0FC

Color information

#DAD0FC (or 0xDAD0FC) is unknown color: approx Quartz. HEX triplet: DA, D0 and FC. RGB value is (218,208,252). Sum of RGB (Red+Green+Blue) = 218+208+252=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAD0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0FC is #252F03. Grayscale: #D7D7D7. Windows color (decimal): -2436868 or 16568538. OLE color: 16568538.

HSL color Cylindrical-coordinate representation of color #DAD0FC: hue angle of 253.64º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD0FC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218208252-
CMYK0.130.1700.01
HSL253.64º88%90.2%-
HSV(B)253.64º17.46%98.82%-
XYZ69.0467.05101.4-
YUV216.01148.31129.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=32.15%
G=30.68%
B=37.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182082520.130.1700.01253.648890.2
HexDAD0FCD1101fe585a
Octal332320374152101376130132
Binary110110101101000011111100110110001011111111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0FC; }

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

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

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

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

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

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

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

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