#DAD4FC

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

Shades of Quartz #DAD4FC

Tints of Quartz #DAD4FC

Color information

#DAD4FC (or 0xDAD4FC) is unknown color: approx Quartz. HEX triplet: DA, D4 and FC. RGB value is (218,212,252). Sum of RGB (Red+Green+Blue) = 218+212+252=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4FC is #252B03. Grayscale: #DADADA. Windows color (decimal): -2435844 or 16569562. OLE color: 16569562.

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

Color convert

RGB218212252-
CMYK0.130.1600.01
HSL249º86.96%90.98%-
HSV(B)249º15.87%98.82%-
XYZ70.0369.02101.73-
YUV218.35146.99127.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 212 (83.20% from 255) = 31.09%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=31.96%
G=31.09%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182122520.130.1600.0124986.9690.98
HexDAD4FCD1001f9575b
Octal332324374152001371127133
Binary110110101101010011111100110110000011111100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4FC; }

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

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

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

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

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

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

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

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