#DADAFD

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

Shades of Quartz #DADAFD

Tints of Quartz #DADAFD

Color information

#DADAFD (or 0xDADAFD) is unknown color: approx Quartz. HEX triplet: DA, DA and FD. RGB value is (218,218,253). Sum of RGB (Red+Green+Blue) = 218+218+253=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAFD is #252502. Grayscale: #DDDDDD. Windows color (decimal): -2434307 or 16636634. OLE color: 16636634.

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

Color convert

RGB218218253-
CMYK0.140.1400.01
HSL240º89.74%92.35%-
HSV(B)240º13.83%99.22%-
XYZ71.7172.14103.07-
YUV221.99145.5125.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=31.64%
G=31.64%
B=36.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182182530.140.1400.0124089.7492.35
HexDADAFDEE01f05a5c
Octal332332375161601360132134
Binary11011010110110101111110111101110011111000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAFD; }

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

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

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

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

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

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

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

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