#DEDFEE

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

Shades of Quartz #DEDFEE

Tints of Quartz #DEDFEE

Color information

#DEDFEE (or 0xDEDFEE) is unknown color: approx Quartz. HEX triplet: DE, DF and EE. RGB value is (222,223,238). Sum of RGB (Red+Green+Blue) = 222+223+238=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFEE is #212011. Grayscale: #E0E0E0. Windows color (decimal): -2170898 or 15654878. OLE color: 15654878.

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

Color convert

RGB222223238-
CMYK0.070.0600.07
HSL236.25º32%90.2%-
HSV(B)236.25º6.72%93.33%-
XYZ71.9474.4891.47-
YUV224.41135.67126.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=32.50%
G=32.65%
B=34.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222232380.070.0600.07236.253290.2
HexDEDFEE7607ec205a
Octal336337356760735440132
Binary1101111011011111111011101111100111111011001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFEE; }

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

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

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

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

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

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

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

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