#DEDCEF

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

Shades of Quartz #DEDCEF

Tints of Quartz #DEDCEF

Color information

#DEDCEF (or 0xDEDCEF) is unknown color: approx Quartz. HEX triplet: DE, DC and EF. RGB value is (222,220,239). Sum of RGB (Red+Green+Blue) = 222+220+239=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEF is #212310. Grayscale: #DEDEDE. Windows color (decimal): -2171665 or 15719646. OLE color: 15719646.

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

Color convert

RGB222220239-
CMYK0.070.0800.06
HSL246.32º37.25%90%-
HSV(B)246.32º7.95%93.73%-
XYZ71.372.9591.98-
YUV222.76137.16127.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=32.60%
G=32.31%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222202390.070.0800.06246.3237.2590
HexDEDCEF7806f6255a
Octal3363343577100636645132
Binary11011110110111001110111111110000110111101101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCEF; }

 p { color: rgb(222,220,239); }

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

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

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

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

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

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

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