#DADADB

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

Shades of Quartz #DADADB

Tints of Quartz #DADADB

Color information

#DADADB (or 0xDADADB) is unknown color: approx Quartz. HEX triplet: DA, DA and DB. RGB value is (218,218,219). Sum of RGB (Red+Green+Blue) = 218+218+219=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 219 - color contains mainly: blue. Hex color #DADADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADADB is #252524. Grayscale: #DADADA. Windows color (decimal): -2434341 or 14408410. OLE color: 14408410.

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

Color convert

RGB218218219-
CMYK0.000.0000.14
HSL240º1.37%85.69%-
HSV(B)240º0.46%85.88%-
XYZ66.7770.1677.04-
YUV218.11128.5127.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=33.28%
G=33.28%
B=33.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182182190.000.0000.142401.3785.69
HexDADADB000Ef0156
Octal332332333000163601126
Binary11011010110110101101101100011101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADADB; }

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

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

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

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

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

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

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

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