#DAD8FB

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

Shades of Quartz #DAD8FB

Tints of Quartz #DAD8FB

Color information

#DAD8FB (or 0xDAD8FB) is unknown color: approx Quartz. HEX triplet: DA, D8 and FB. RGB value is (218,216,251). Sum of RGB (Red+Green+Blue) = 218+216+251=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8FB is #252704. Grayscale: #DCDCDC. Windows color (decimal): -2434821 or 16505050. OLE color: 16505050.

HSL color Cylindrical-coordinate representation of color #DAD8FB: hue angle of 243.43º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD8FB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218216251-
CMYK0.130.1400.02
HSL243.43º81.4%91.57%-
HSV(B)243.43º13.94%98.43%-
XYZ70.8870.98101.23-
YUV220.59145.16126.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=31.82%
G=31.53%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182162510.130.1400.02243.4381.491.57
HexDAD8FBDE02f3515c
Octal332330373151602363121134
Binary110110101101100011111011110111100101111001110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8FB; }

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

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

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

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

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

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

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

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