#DEDAF4

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

Shades of Quartz #DEDAF4

Tints of Quartz #DEDAF4

Color information

#DEDAF4 (or 0xDEDAF4) is unknown color: approx Quartz. HEX triplet: DE, DA and F4. RGB value is (222,218,244). Sum of RGB (Red+Green+Blue) = 222+218+244=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEDAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF4 is #21250B. Grayscale: #DEDEDE. Windows color (decimal): -2172172 or 16046814. OLE color: 16046814.

HSL color Cylindrical-coordinate representation of color #DEDAF4: hue angle of 249.23º degrees, saturation: 0.54, 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 #DEDAF4 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222218244-
CMYK0.090.1100.04
HSL249.23º54.17%90.59%-
HSV(B)249.23º10.66%95.69%-
XYZ71.5272.295.75-
YUV222.16140.33127.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=32.46%
G=31.87%
B=35.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222182440.090.1100.04249.2354.1790.59
HexDEDAF49B04f9365b
Octal33633236411130437166133
Binary110111101101101011110100100110110100111110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAF4; }

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

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

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

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

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

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

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

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