#DAD8FD

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

Shades of Quartz #DAD8FD

Tints of Quartz #DAD8FD

Color information

#DAD8FD (or 0xDAD8FD) is unknown color: approx Quartz. HEX triplet: DA, D8 and FD. RGB value is (218,216,253). Sum of RGB (Red+Green+Blue) = 218+216+253=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8FD is #252702. Grayscale: #DCDCDC. Windows color (decimal): -2434819 or 16636122. OLE color: 16636122.

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

Color convert

RGB218216253-
CMYK0.140.1500.01
HSL243.24º90.24%91.96%-
HSV(B)243.24º14.62%99.22%-
XYZ71.271.11102.9-
YUV220.82146.16125.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 216 (84.77% from 255) = 31.44%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=31.73%
G=31.44%
B=36.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182162530.140.1500.01243.2490.2491.96
HexDAD8FDEF01f35a5c
Octal332330375161701363132134
Binary11011010110110001111110111101111011111001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8FD; }

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

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

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

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

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

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

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

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