#DED7FF

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

Shades of Quartz #DED7FF

Tints of Quartz #DED7FF

Color information

#DED7FF (or 0xDED7FF) is unknown color: approx Quartz. HEX triplet: DE, D7 and FF. RGB value is (222,215,255). Sum of RGB (Red+Green+Blue) = 222+215+255=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7FF is #212800. Grayscale: #DDDDDD. Windows color (decimal): -2172929 or 16766942. OLE color: 16766942.

HSL color Cylindrical-coordinate representation of color #DED7FF: hue angle of 250.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED7FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222215255-
CMYK0.130.1600
HSL250.5º100%92.16%-
HSV(B)250.5º15.69%100%-
XYZ72.4771.35104.56-
YUV221.65146.82128.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 215 (84.38% from 255) = 31.07%
BLUE value IS 255 (100% from 255) = 36.85%
R=32.08%
G=31.07%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222152550.130.1600250.510092.16
HexDED7FFD1000fa645c
Octal336327377152000372144134
Binary110111101101011111111111110110000001111101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7FF; }

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

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

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

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

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

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

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

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