#DAD4F3

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

Shades of Quartz #DAD4F3

Tints of Quartz #DAD4F3

Color information

#DAD4F3 (or 0xDAD4F3) is unknown color: approx Quartz. HEX triplet: DA, D4 and F3. RGB value is (218,212,243). Sum of RGB (Red+Green+Blue) = 218+212+243=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4F3 is #252B0C. Grayscale: #D9D9D9. Windows color (decimal): -2435853 or 15979738. OLE color: 15979738.

HSL color Cylindrical-coordinate representation of color #DAD4F3: hue angle of 251.61º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAD4F3 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218212243-
CMYK0.100.1300.05
HSL251.61º56.36%89.22%-
HSV(B)251.61º12.76%95.29%-
XYZ68.6368.4694.39-
YUV217.33142.49128.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 212 (83.20% from 255) = 31.50%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=32.39%
G=31.50%
B=36.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182122430.100.1300.05251.6156.3689.22
HexDAD4F3AD05fc3859
Octal33232436312150537470131
Binary110110101101010011110011101011010101111111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4F3; }

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

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

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

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

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

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

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

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