#DADBEA

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

Shades of Quartz #DADBEA

Tints of Quartz #DADBEA

Color information

#DADBEA (or 0xDADBEA) is unknown color: approx Quartz. HEX triplet: DA, DB and EA. RGB value is (218,219,234). Sum of RGB (Red+Green+Blue) = 218+219+234=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DADBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBEA is #252415. Grayscale: #DCDCDC. Windows color (decimal): -2434070 or 15391706. OLE color: 15391706.

HSL color Cylindrical-coordinate representation of color #DADBEA: hue angle of 236.25º degrees, saturation: 0.28, 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 #DADBEA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218219234-
CMYK0.070.0600.08
HSL236.25º27.59%88.63%-
HSV(B)236.25º6.84%91.76%-
XYZ69.171.5188-
YUV220.41135.67126.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=32.49%
G=32.64%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182192340.070.0600.08236.2527.5988.63
HexDADBEA7608ec1c59
Octal3323333527601035434131
Binary1101101011011011111010101111100100011101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBEA; }

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

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

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

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

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

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

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

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