#DADBF6

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

Shades of Quartz #DADBF6

Tints of Quartz #DADBF6

Color information

#DADBF6 (or 0xDADBF6) is unknown color: approx Quartz. HEX triplet: DA, DB and F6. RGB value is (218,219,246). Sum of RGB (Red+Green+Blue) = 218+219+246=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #DADBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF6 is #252409. Grayscale: #DDDDDD. Windows color (decimal): -2434058 or 16178138. OLE color: 16178138.

HSL color Cylindrical-coordinate representation of color #DADBF6: hue angle of 237.86º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADBF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218219246-
CMYK0.110.1100.04
HSL237.86º60.87%90.98%-
HSV(B)237.86º11.38%96.47%-
XYZ70.8872.2297.39-
YUV221.78141.67125.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=31.92%
G=32.06%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182192460.110.1100.04237.8660.8790.98
HexDADBF6BB04ee3d5b
Octal33233336613130435675133
Binary110110101101101111110110101110110100111011101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBF6; }

 p { color: rgb(218,219,246); }

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

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

 a { background-color: rgb(218,219,246); }

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

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

 span { border-color: rgb(218,219,246); }

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