#DADFFD

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

Shades of Quartz #DADFFD

Tints of Quartz #DADFFD

Color information

#DADFFD (or 0xDADFFD) is unknown color: approx Quartz. HEX triplet: DA, DF and FD. RGB value is (218,223,253). Sum of RGB (Red+Green+Blue) = 218+223+253=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFFD is #252002. Grayscale: #E0E0E0. Windows color (decimal): -2433027 or 16637914. OLE color: 16637914.

HSL color Cylindrical-coordinate representation of color #DADFFD: hue angle of 231.43º 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 #DADFFD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218223253-
CMYK0.140.1200.01
HSL231.43º89.74%92.35%-
HSV(B)231.43º13.83%99.22%-
XYZ73.0374.77103.51-
YUV224.92143.84123.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=31.41%
G=32.13%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182232530.140.1200.01231.4389.7492.35
HexDADFFDEC01e75a5c
Octal332337375161401347132134
Binary11011010110111111111110111101100011110011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFFD; }

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

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

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

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

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

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

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

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