#DADAF0

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

Shades of Quartz #DADAF0

Tints of Quartz #DADAF0

Color information

#DADAF0 (or 0xDADAF0) is unknown color: approx Quartz. HEX triplet: DA, DA and F0. RGB value is (218,218,240). Sum of RGB (Red+Green+Blue) = 218+218+240=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #DADAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF0 is #25250F. Grayscale: #DCDCDC. Windows color (decimal): -2434320 or 15784666. OLE color: 15784666.

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

Color convert

RGB218218240-
CMYK0.090.0900.06
HSL240º42.31%89.8%-
HSV(B)240º9.17%94.12%-
XYZ69.7171.3492.53-
YUV220.51139126.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=32.25%
G=32.25%
B=35.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182182400.090.0900.0624042.3189.8
HexDADAF09906f02a5a
Octal33233236011110636052132
Binary110110101101101011110000100110010110111100001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAF0; }

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

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

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

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

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

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

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

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