#DDDEEE

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

Shades of Quartz #DDDEEE

Tints of Quartz #DDDEEE

Color information

#DDDEEE (or 0xDDDEEE) is unknown color: approx Quartz. HEX triplet: DD, DE and EE. RGB value is (221,222,238). Sum of RGB (Red+Green+Blue) = 221+222+238=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEE is #222111. Grayscale: #DFDFDF. Windows color (decimal): -2236690 or 15654621. OLE color: 15654621.

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

Color convert

RGB221222238-
CMYK0.070.0700.07
HSL236.47º33.33%90%-
HSV(B)236.47º7.14%93.33%-
XYZ71.3773.7991.37-
YUV223.52136.17126.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=32.45%
G=32.60%
B=34.95%

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
Decimal2212222380.070.0700.07236.4733.3390
HexDDDEEE7707ec215a
Octal335336356770735441132
Binary1101110111011110111011101111110111111011001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEEE; }

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

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

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

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

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

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

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

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