#DED7F1

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

Shades of Quartz #DED7F1

Tints of Quartz #DED7F1

Color information

#DED7F1 (or 0xDED7F1) is unknown color: approx Quartz. HEX triplet: DE, D7 and F1. RGB value is (222,215,241). Sum of RGB (Red+Green+Blue) = 222+215+241=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DED7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7F1 is #21280E. Grayscale: #DBDBDB. Windows color (decimal): -2172943 or 15849438. OLE color: 15849438.

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

Color convert

RGB222215241-
CMYK0.080.1100.05
HSL256.15º48.15%89.41%-
HSV(B)256.15º10.79%94.51%-
XYZ70.370.4893.12-
YUV220.06139.82129.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.74%
GREEN value IS 215 (84.38% from 255) = 31.71%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=32.74%
G=31.71%
B=35.55%

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
Decimal2222152410.080.1100.05256.1548.1589.41
HexDED7F18B051003059
Octal33632736110130540060131
Binary1101111011010111111100011000101101011000000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7F1; }

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

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

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

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

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

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

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

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