#DDDEED

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

Shades of Quartz #DDDEED

Tints of Quartz #DDDEED

Color information

#DDDEED (or 0xDDDEED) is unknown color: approx Quartz. HEX triplet: DD, DE and ED. RGB value is (221,222,237). Sum of RGB (Red+Green+Blue) = 221+222+237=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEED is #222112. Grayscale: #DFDFDF. Windows color (decimal): -2236691 or 15589085. OLE color: 15589085.

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

Color convert

RGB221222237-
CMYK0.070.0600.07
HSL236.25º30.77%89.8%-
HSV(B)236.25º6.75%92.94%-
XYZ71.2373.7390.6-
YUV223.41135.67126.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=32.5%
G=32.65%
B=34.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212222370.070.0600.07236.2530.7789.8
HexDDDEED7607ec1f5a
Octal335336355760735437132
Binary110111011101111011101101111110011111101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEED; }

 p { color: rgb(221,222,237); }

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

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

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

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

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

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

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