#DAD2FC

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

Shades of Quartz #DAD2FC

Tints of Quartz #DAD2FC

Color information

#DAD2FC (or 0xDAD2FC) is unknown color: approx Quartz. HEX triplet: DA, D2 and FC. RGB value is (218,210,252). Sum of RGB (Red+Green+Blue) = 218+210+252=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2FC is #252D03. Grayscale: #D9D9D9. Windows color (decimal): -2436356 or 16569050. OLE color: 16569050.

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

Color convert

RGB218210252-
CMYK0.130.1700.01
HSL251.43º87.5%90.59%-
HSV(B)251.43º16.67%98.82%-
XYZ69.5368.03101.56-
YUV217.18147.65128.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 210 (82.42% from 255) = 30.88%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=32.06%
G=30.88%
B=37.06%

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
Decimal2182102520.130.1700.01251.4387.590.59
HexDAD2FCD1101fb585b
Octal332322374152101373130133
Binary110110101101001011111100110110001011111101110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2FC; }

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

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

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

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

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

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

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

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