#DEDAF8

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

Shades of Quartz #DEDAF8

Tints of Quartz #DEDAF8

Color information

#DEDAF8 (or 0xDEDAF8) is unknown color: approx Quartz. HEX triplet: DE, DA and F8. RGB value is (222,218,248). Sum of RGB (Red+Green+Blue) = 222+218+248=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF8 is #212507. Grayscale: #DEDEDE. Windows color (decimal): -2172168 or 16308958. OLE color: 16308958.

HSL color Cylindrical-coordinate representation of color #DEDAF8: hue angle of 248º degrees, saturation: 0.68, 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 #DEDAF8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222218248-
CMYK0.100.1200.03
HSL248º68.18%91.37%-
HSV(B)248º12.1%97.25%-
XYZ72.1472.4598.99-
YUV222.62142.33127.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=32.27%
G=31.69%
B=36.05%

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
Decimal2222182480.100.1200.0324868.1891.37
HexDEDAF8AC03f8445b
Octal336332370121403370104133
Binary110111101101101011111000101011000111111100010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAF8; }

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

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

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

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

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

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

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

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