#DEDEE1

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

Shades of Quartz #DEDEE1

Tints of Quartz #DEDEE1

Color information

#DEDEE1 (or 0xDEDEE1) is unknown color: approx Quartz. HEX triplet: DE, DE and E1. RGB value is (222,222,225). Sum of RGB (Red+Green+Blue) = 222+222+225=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEE1 is #21211E. Grayscale: #DEDEDE. Windows color (decimal): -2171167 or 14802654. OLE color: 14802654.

HSL color Cylindrical-coordinate representation of color #DEDEE1: hue angle of 240º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDEE1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222222225-
CMYK0.010.0100.12
HSL240º4.76%87.65%-
HSV(B)240º1.33%88.24%-
XYZ69.8473.2181.68-
YUV222.34129.5127.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=33.18%
G=33.18%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222222250.010.0100.122404.7687.65
HexDEDEE1110Cf0558
Octal336336341110143605130
Binary1101111011011110111000011101100111100001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEE1; }

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

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

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

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

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

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

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

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