#DEDAF3

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

Shades of Quartz #DEDAF3

Tints of Quartz #DEDAF3

Color information

#DEDAF3 (or 0xDEDAF3) is unknown color: approx Quartz. HEX triplet: DE, DA and F3. RGB value is (222,218,243). Sum of RGB (Red+Green+Blue) = 222+218+243=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF3 is #21250C. Grayscale: #DDDDDD. Windows color (decimal): -2172173 or 15981278. OLE color: 15981278.

HSL color Cylindrical-coordinate representation of color #DEDAF3: hue angle of 249.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDAF3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222218243-
CMYK0.090.1000.05
HSL249.6º51.02%90.39%-
HSV(B)249.6º10.29%95.29%-
XYZ71.3772.1494.96-
YUV222.05139.83127.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=32.50%
G=31.92%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222182430.090.1000.05249.651.0290.39
HexDEDAF39A05fa335a
Octal33633236311120537263132
Binary110111101101101011110011100110100101111110101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAF3; }

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

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

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

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

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

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

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

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