#DEDEEB

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

Shades of Quartz #DEDEEB

Tints of Quartz #DEDEEB

Color information

#DEDEEB (or 0xDEDEEB) is unknown color: approx Quartz. HEX triplet: DE, DE and EB. RGB value is (222,222,235). Sum of RGB (Red+Green+Blue) = 222+222+235=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEEB is #212114. Grayscale: #DFDFDF. Windows color (decimal): -2171157 or 15458014. OLE color: 15458014.

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

Color convert

RGB222222235-
CMYK0.060.0600.08
HSL240º24.53%89.61%-
HSV(B)240º5.53%92.16%-
XYZ71.2473.7789.08-
YUV223.48134.5126.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.70%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=32.70%
G=32.70%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222222350.060.0600.0824024.5389.61
HexDEDEEB6608f0195a
Octal3363363536601036031132
Binary1101111011011110111010111101100100011110000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEEB; }

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

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

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

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

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

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

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

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