#DEDEEF

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

Shades of Quartz #DEDEEF

Tints of Quartz #DEDEEF

Color information

#DEDEEF (or 0xDEDEEF) is unknown color: approx Quartz. HEX triplet: DE, DE and EF. RGB value is (222,222,239). Sum of RGB (Red+Green+Blue) = 222+222+239=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEEF is #212110. Grayscale: #DFDFDF. Windows color (decimal): -2171153 or 15720158. OLE color: 15720158.

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

Color convert

RGB222222239-
CMYK0.070.0700.06
HSL240º34.69%90.39%-
HSV(B)240º7.11%93.73%-
XYZ71.837492.16-
YUV223.94136.5126.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=32.50%
G=32.50%
B=34.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222222390.070.0700.0624034.6990.39
HexDEDEEF7706f0235a
Octal336336357770636043132
Binary1101111011011110111011111111110110111100001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEEF; }

 p { color: rgb(222,222,239); }

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

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

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

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

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

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

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