#DADBEB

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

Shades of Quartz #DADBEB

Tints of Quartz #DADBEB

Color information

#DADBEB (or 0xDADBEB) is unknown color: approx Quartz. HEX triplet: DA, DB and EB. RGB value is (218,219,235). Sum of RGB (Red+Green+Blue) = 218+219+235=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #DADBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBEB is #252414. Grayscale: #DCDCDC. Windows color (decimal): -2434069 or 15457242. OLE color: 15457242.

HSL color Cylindrical-coordinate representation of color #DADBEB: hue angle of 236.47º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DADBEB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218219235-
CMYK0.070.0700.08
HSL236.47º29.82%88.82%-
HSV(B)236.47º7.23%92.16%-
XYZ69.2471.5788.76-
YUV220.52136.17126.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=32.44%
G=32.59%
B=34.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182192350.070.0700.08236.4729.8288.82
HexDADBEB7708ec1e59
Octal3323333537701035436131
Binary1101101011011011111010111111110100011101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBEB; }

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

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

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

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

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

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

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

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