#DADBED

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

Shades of Quartz #DADBED

Tints of Quartz #DADBED

Color information

#DADBED (or 0xDADBED) is unknown color: approx Quartz. HEX triplet: DA, DB and ED. RGB value is (218,219,237). Sum of RGB (Red+Green+Blue) = 218+219+237=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBED is #252412. Grayscale: #DCDCDC. Windows color (decimal): -2434067 or 15588314. OLE color: 15588314.

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

Color convert

RGB218219237-
CMYK0.080.0800.07
HSL236.84º34.55%89.22%-
HSV(B)236.84º8.02%92.94%-
XYZ69.5371.6890.29-
YUV220.75137.17126.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=32.34%
G=32.49%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182192370.080.0800.07236.8434.5589.22
HexDADBED8807ed2359
Octal33233335510100735543131
Binary110110101101101111101101100010000111111011011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBED; }

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

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

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

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

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

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

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

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