#DADAEE

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

Shades of Quartz #DADAEE

Tints of Quartz #DADAEE

Color information

#DADAEE (or 0xDADAEE) is unknown color: approx Quartz. HEX triplet: DA, DA and EE. RGB value is (218,218,238). Sum of RGB (Red+Green+Blue) = 218+218+238=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAEE is #252511. Grayscale: #DCDCDC. Windows color (decimal): -2434322 or 15653594. OLE color: 15653594.

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

Color convert

RGB218218238-
CMYK0.080.0800.07
HSL240º37.04%89.41%-
HSV(B)240º8.4%93.33%-
XYZ69.4271.2290.98-
YUV220.28138126.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=32.34%
G=32.34%
B=35.31%

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
Decimal2182182380.080.0800.0724037.0489.41
HexDADAEE8807f02559
Octal33233235610100736045131
Binary110110101101101011101110100010000111111100001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAEE; }

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

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

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

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

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

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

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

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