#DEDCEE

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

Shades of Quartz #DEDCEE

Tints of Quartz #DEDCEE

Color information

#DEDCEE (or 0xDEDCEE) is unknown color: approx Quartz. HEX triplet: DE, DC and EE. RGB value is (222,220,238). Sum of RGB (Red+Green+Blue) = 222+220+238=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 220 (86.33% from 255 or 32.35% 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 #DEDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEE is #212311. Grayscale: #DEDEDE. Windows color (decimal): -2171666 or 15654110. OLE color: 15654110.

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

Color convert

RGB222220238-
CMYK0.070.0800.07
HSL246.67º34.62%89.8%-
HSV(B)246.67º7.56%93.33%-
XYZ71.1572.8991.21-
YUV222.65136.66127.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.65%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 238 (93.36% from 255) = 35%
R=32.65%
G=32.35%
B=35%

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
Decimal2222202380.070.0800.07246.6734.6289.8
HexDEDCEE7807f7235a
Octal3363343567100736743132
Binary11011110110111001110111011110000111111101111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCEE; }

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

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

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

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

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

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

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

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