#DDDAEE

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

Shades of Quartz #DDDAEE

Tints of Quartz #DDDAEE

Color information

#DDDAEE (or 0xDDDAEE) is unknown color: approx Quartz. HEX triplet: DD, DA and EE. RGB value is (221,218,238). Sum of RGB (Red+Green+Blue) = 221+218+238=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 218 (85.55% from 255 or 32.20% 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 #DDDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEE is #222511. Grayscale: #DDDDDD. Windows color (decimal): -2237714 or 15653597. OLE color: 15653597.

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

Color convert

RGB221218238-
CMYK0.070.0800.07
HSL249º37.04%89.41%-
HSV(B)249º8.4%93.33%-
XYZ70.3271.6991.02-
YUV221.18137.49127.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212182380.070.0800.0724937.0489.41
HexDDDAEE7807f92559
Octal3353323567100737145131
Binary11011101110110101110111011110000111111110011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAEE; }

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

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

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

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

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

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

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

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