#DAD9F0

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

Shades of Quartz #DAD9F0

Tints of Quartz #DAD9F0

Color information

#DAD9F0 (or 0xDAD9F0) is unknown color: approx Quartz. HEX triplet: DA, D9 and F0. RGB value is (218,217,240). Sum of RGB (Red+Green+Blue) = 218+217+240=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9F0 is #25260F. Grayscale: #DBDBDB. Windows color (decimal): -2434576 or 15784410. OLE color: 15784410.

HSL color Cylindrical-coordinate representation of color #DAD9F0: hue angle of 242.61º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD9F0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218217240-
CMYK0.090.1000.06
HSL242.61º43.4%89.61%-
HSV(B)242.61º9.58%94.12%-
XYZ69.4570.8292.45-
YUV219.92139.33126.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=32.30%
G=32.15%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182172400.090.1000.06242.6143.489.61
HexDAD9F09A06f32b5a
Octal33233136011120636353132
Binary110110101101100111110000100110100110111100111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9F0; }

 p { color: rgb(218,217,240); }

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

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

 a { background-color: rgb(218,217,240); }

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

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

 span { border-color: rgb(218,217,240); }

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