#DEDAEC

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

Shades of Quartz #DEDAEC

Tints of Quartz #DEDAEC

Color information

#DEDAEC (or 0xDEDAEC) is unknown color: approx Quartz. HEX triplet: DE, DA and EC. RGB value is (222,218,236). Sum of RGB (Red+Green+Blue) = 222+218+236=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAEC is #212513. Grayscale: #DDDDDD. Windows color (decimal): -2172180 or 15522526. OLE color: 15522526.

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

Color convert

RGB222218236-
CMYK0.060.0800.07
HSL253.33º32.14%89.02%-
HSV(B)253.33º7.63%92.55%-
XYZ70.3471.7389.49-
YUV221.25136.33128.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=32.84%
G=32.25%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222182360.060.0800.07253.3332.1489.02
HexDEDAEC6807fd2059
Octal3363323546100737540131
Binary11011110110110101110110011010000111111111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAEC; }

 p { color: rgb(222,218,236); }

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

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

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

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

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

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

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