#DEDDEE

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

Shades of Quartz #DEDDEE

Tints of Quartz #DEDDEE

Color information

#DEDDEE (or 0xDEDDEE) is unknown color: approx Quartz. HEX triplet: DE, DD and EE. RGB value is (222,221,238). Sum of RGB (Red+Green+Blue) = 222+221+238=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 221 (86.72% from 255 or 32.45% 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 #DEDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDEE is #212211. Grayscale: #DFDFDF. Windows color (decimal): -2171410 or 15654366. OLE color: 15654366.

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

Color convert

RGB222221238-
CMYK0.070.0700.07
HSL243.53º33.33%90%-
HSV(B)243.53º7.14%93.33%-
XYZ71.4173.4291.3-
YUV223.24136.33127.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=32.60%
G=32.45%
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
Decimal2222212380.070.0700.07243.5333.3390
HexDEDDEE7707f4215a
Octal336335356770736441132
Binary1101111011011101111011101111110111111101001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDEE; }

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

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

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

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

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

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

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

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