#DEDAF6

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

Shades of Quartz #DEDAF6

Tints of Quartz #DEDAF6

Color information

#DEDAF6 (or 0xDEDAF6) is unknown color: approx Quartz. HEX triplet: DE, DA and F6. RGB value is (222,218,246). Sum of RGB (Red+Green+Blue) = 222+218+246=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF6 is #212509. Grayscale: #DEDEDE. Windows color (decimal): -2172170 or 16177886. OLE color: 16177886.

HSL color Cylindrical-coordinate representation of color #DEDAF6: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDAF6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222218246-
CMYK0.100.1100.04
HSL248.57º60.87%90.98%-
HSV(B)248.57º11.38%96.47%-
XYZ71.8372.3397.36-
YUV222.39141.33127.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=32.36%
G=31.78%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222182460.100.1100.04248.5760.8790.98
HexDEDAF6AB04f93d5b
Octal33633236612130437175133
Binary110111101101101011110110101010110100111110011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAF6; }

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

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

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

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

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

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

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

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