#DED7F2

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

Shades of Quartz #DED7F2

Tints of Quartz #DED7F2

Color information

#DED7F2 (or 0xDED7F2) is unknown color: approx Quartz. HEX triplet: DE, D7 and F2. RGB value is (222,215,242). Sum of RGB (Red+Green+Blue) = 222+215+242=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #DED7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7F2 is #21280D. Grayscale: #DCDCDC. Windows color (decimal): -2172942 or 15914974. OLE color: 15914974.

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

Color convert

RGB222215242-
CMYK0.080.1100.05
HSL255.56º50.94%89.61%-
HSV(B)255.56º11.16%94.9%-
XYZ70.4570.5493.91-
YUV220.17140.32129.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.70%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=32.70%
G=31.66%
B=35.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222152420.080.1100.05255.5650.9489.61
HexDED7F28B05100335a
Octal33632736210130540063132
Binary1101111011010111111100101000101101011000000001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7F2; }

 p { color: rgb(222,215,242); }

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

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

 a { background-color: rgb(222,215,242); }

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

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

 span { border-color: rgb(222,215,242); }

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