#DADDEE

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

Shades of Quartz #DADDEE

Tints of Quartz #DADDEE

Color information

#DADDEE (or 0xDADDEE) is unknown color: approx Quartz. HEX triplet: DA, DD and EE. RGB value is (218,221,238). Sum of RGB (Red+Green+Blue) = 218+221+238=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDEE is #252211. Grayscale: #DDDDDD. Windows color (decimal): -2433554 or 15654362. OLE color: 15654362.

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

Color convert

RGB218221238-
CMYK0.080.0700.07
HSL231º37.04%89.41%-
HSV(B)231º8.4%93.33%-
XYZ70.272.7991.24-
YUV222.04137.01125.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=32.20%
G=32.64%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182212380.080.0700.0723137.0489.41
HexDADDEE8707e72559
Octal3323353561070734745131
Binary11011010110111011110111010001110111111001111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDEE; }

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

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

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

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

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

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

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

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