#DAD7F4

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

Shades of Quartz #DAD7F4

Tints of Quartz #DAD7F4

Color information

#DAD7F4 (or 0xDAD7F4) is unknown color: approx Quartz. HEX triplet: DA, D7 and F4. RGB value is (218,215,244). Sum of RGB (Red+Green+Blue) = 218+215+244=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAD7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7F4 is #25280B. Grayscale: #DBDBDB. Windows color (decimal): -2435084 or 16046042. OLE color: 16046042.

HSL color Cylindrical-coordinate representation of color #DAD7F4: hue angle of 246.21º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD7F4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218215244-
CMYK0.110.1200.04
HSL246.21º56.86%90%-
HSV(B)246.21º11.89%95.69%-
XYZ69.5470.0495.44-
YUV219.2141.99127.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 244 (95.70% from 255) = 36.04%
R=32.20%
G=31.76%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182152440.110.1200.04246.2156.8690
HexDAD7F4BC04f6395a
Octal33232736413140436671132
Binary110110101101011111110100101111000100111101101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7F4; }

 p { color: rgb(218,215,244); }

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

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

 a { background-color: rgb(218,215,244); }

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

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

 span { border-color: rgb(218,215,244); }

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