#DEDFEB

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

Shades of Quartz #DEDFEB

Tints of Quartz #DEDFEB

Color information

#DEDFEB (or 0xDEDFEB) is unknown color: approx Quartz. HEX triplet: DE, DF and EB. RGB value is (222,223,235). Sum of RGB (Red+Green+Blue) = 222+223+235=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFEB is #212014. Grayscale: #E0E0E0. Windows color (decimal): -2170901 or 15458270. OLE color: 15458270.

HSL color Cylindrical-coordinate representation of color #DEDFEB: hue angle of 235.38º 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 #DEDFEB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222223235-
CMYK0.060.0500.08
HSL235.38º24.53%89.61%-
HSV(B)235.38º5.53%92.16%-
XYZ71.5174.389.17-
YUV224.07134.17126.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.65%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=32.65%
G=32.79%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222232350.060.0500.08235.3824.5389.61
HexDEDFEB6508eb195a
Octal3363373536501035331132
Binary1101111011011111111010111101010100011101011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFEB; }

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

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

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

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

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

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

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

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