#DEDEE7

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

Shades of Quartz #DEDEE7

Tints of Quartz #DEDEE7

Color information

#DEDEE7 (or 0xDEDEE7) is unknown color: approx Quartz. HEX triplet: DE, DE and E7. RGB value is (222,222,231). Sum of RGB (Red+Green+Blue) = 222+222+231=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEE7 is #212118. Grayscale: #DEDEDE. Windows color (decimal): -2171161 or 15195870. OLE color: 15195870.

HSL color Cylindrical-coordinate representation of color #DEDEE7: hue angle of 240º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDEE7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222222231-
CMYK0.040.0400.09
HSL240º15.79%88.82%-
HSV(B)240º3.9%90.59%-
XYZ70.6773.5486.07-
YUV223.03132.5127.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=32.89%
G=32.89%
B=34.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222222310.040.0400.0924015.7988.82
HexDEDEE74409f01059
Octal3363363474401136020131
Binary1101111011011110111001111001000100111110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEE7; }

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

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

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

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

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

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

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

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