#DDDDEE

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

Shades of Quartz #DDDDEE

Tints of Quartz #DDDDEE

Color information

#DDDDEE (or 0xDDDDEE) is unknown color: approx Quartz. HEX triplet: DD, DD and EE. RGB value is (221,221,238). Sum of RGB (Red+Green+Blue) = 221+221+238=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEE is #222211. Grayscale: #DEDEDE. Windows color (decimal): -2236946 or 15654365. OLE color: 15654365.

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

Color convert

RGB221221238-
CMYK0.070.0700.07
HSL240º33.33%90%-
HSV(B)240º7.14%93.33%-
XYZ71.1173.2691.28-
YUV222.94136.5126.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 238 (93.36% from 255) = 35%
R=32.5%
G=32.5%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212212380.070.0700.0724033.3390
HexDDDDEE7707f0215a
Octal335335356770736041132
Binary1101110111011101111011101111110111111100001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDEE; }

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

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

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

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

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

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

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

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