#DEDEE8

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

Shades of Quartz #DEDEE8

Tints of Quartz #DEDEE8

Color information

#DEDEE8 (or 0xDEDEE8) is unknown color: approx Quartz. HEX triplet: DE, DE and E8. RGB value is (222,222,232). Sum of RGB (Red+Green+Blue) = 222+222+232=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEE8 is #212117. Grayscale: #DFDFDF. Windows color (decimal): -2171160 or 15261406. OLE color: 15261406.

HSL color Cylindrical-coordinate representation of color #DEDEE8: hue angle of 240º degrees, saturation: 0.18, 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 #DEDEE8 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222222232-
CMYK0.040.0400.09
HSL240º17.86%89.02%-
HSV(B)240º4.31%90.98%-
XYZ70.8173.686.82-
YUV223.14133127.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.84%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=32.84%
G=32.84%
B=34.32%

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
Decimal2222222320.040.0400.0924017.8689.02
HexDEDEE84409f01259
Octal3363363504401136022131
Binary1101111011011110111010001001000100111110000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEE8; }

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

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

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

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

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

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

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

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