#DADBEE

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

Shades of Quartz #DADBEE

Tints of Quartz #DADBEE

Color information

#DADBEE (or 0xDADBEE) is unknown color: approx Quartz. HEX triplet: DA, DB and EE. RGB value is (218,219,238). Sum of RGB (Red+Green+Blue) = 218+219+238=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBEE is #252411. Grayscale: #DCDCDC. Windows color (decimal): -2434066 or 15653850. OLE color: 15653850.

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

Color convert

RGB218219238-
CMYK0.080.0800.07
HSL237º37.04%89.41%-
HSV(B)237º8.4%93.33%-
XYZ69.6871.7491.06-
YUV220.87137.67125.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=32.30%
G=32.44%
B=35.26%

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
Decimal2182192380.080.0800.0723737.0489.41
HexDADBEE8807ed2559
Octal33233335610100735545131
Binary110110101101101111101110100010000111111011011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBEE; }

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

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

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

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

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

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

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

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