#DADDF1

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

Shades of Quartz #DADDF1

Tints of Quartz #DADDF1

Color information

#DADDF1 (or 0xDADDF1) is unknown color: approx Quartz. HEX triplet: DA, DD and F1. RGB value is (218,221,241). Sum of RGB (Red+Green+Blue) = 218+221+241=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF1 is #25220E. Grayscale: #DEDEDE. Windows color (decimal): -2433551 or 15850970. OLE color: 15850970.

HSL color Cylindrical-coordinate representation of color #DADDF1: hue angle of 232.17º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADDF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218221241-
CMYK0.100.0800.05
HSL232.17º45.1%90%-
HSV(B)232.17º9.54%94.51%-
XYZ70.6572.9793.58-
YUV222.38138.51124.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=32.06%
G=32.5%
B=35.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182212410.100.0800.05232.1745.190
HexDADDF1A805e82d5a
Octal33233536112100535055132
Binary110110101101110111110001101010000101111010001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDF1; }

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

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

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

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

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

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

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

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