#DADBE8

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

Shades of Quartz #DADBE8

Tints of Quartz #DADBE8

Color information

#DADBE8 (or 0xDADBE8) is unknown color: approx Quartz. HEX triplet: DA, DB and E8. RGB value is (218,219,232). Sum of RGB (Red+Green+Blue) = 218+219+232=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBE8 is #252417. Grayscale: #DCDCDC. Windows color (decimal): -2434072 or 15260634. OLE color: 15260634.

HSL color Cylindrical-coordinate representation of color #DADBE8: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADBE8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218219232-
CMYK0.060.0600.09
HSL235.71º23.33%88.24%-
HSV(B)235.71º6.03%90.98%-
XYZ68.8171.3986.5-
YUV220.18134.67126.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=32.59%
G=32.74%
B=34.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182192320.060.0600.09235.7123.3388.24
HexDADBE86609ec1758
Octal3323333506601135427130
Binary1101101011011011111010001101100100111101100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBE8; }

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

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

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

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

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

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

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

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