#DEDAF7

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

Shades of Quartz #DEDAF7

Tints of Quartz #DEDAF7

Color information

#DEDAF7 (or 0xDEDAF7) is unknown color: approx Quartz. HEX triplet: DE, DA and F7. RGB value is (222,218,247). Sum of RGB (Red+Green+Blue) = 222+218+247=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF7 is #212508. Grayscale: #DEDEDE. Windows color (decimal): -2172169 or 16243422. OLE color: 16243422.

HSL color Cylindrical-coordinate representation of color #DEDAF7: hue angle of 248.28º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDAF7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222218247-
CMYK0.100.1200.03
HSL248.28º64.44%91.18%-
HSV(B)248.28º11.74%96.86%-
XYZ71.9872.3998.17-
YUV222.5141.83127.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=32.31%
G=31.73%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222182470.100.1200.03248.2864.4491.18
HexDEDAF7AC03f8405b
Octal336332367121403370100133
Binary110111101101101011110111101011000111111100010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAF7; }

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

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

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

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

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

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

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

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