#DADDFE

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

Shades of Quartz #DADDFE

Tints of Quartz #DADDFE

Color information

#DADDFE (or 0xDADDFE) is unknown color: approx Quartz. HEX triplet: DA, DD and FE. RGB value is (218,221,254). Sum of RGB (Red+Green+Blue) = 218+221+254=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DADDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDFE is #252201. Grayscale: #DFDFDF. Windows color (decimal): -2433538 or 16702938. OLE color: 16702938.

HSL color Cylindrical-coordinate representation of color #DADDFE: hue angle of 235º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADDFE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218221254-
CMYK0.140.1300.00
HSL235º94.74%92.55%-
HSV(B)235º14.17%99.61%-
XYZ72.6673.77104.18-
YUV223.86145.01123.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=31.46%
G=31.89%
B=36.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182212540.140.1300.0023594.7492.55
HexDADDFEED00eb5f5d
Octal332335376161500353137135
Binary11011010110111011111111011101101001110101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDFE; }

 p { color: rgb(218,221,254); }

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

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

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

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

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

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

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