#DEDCE9

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

Shades of Quartz #DEDCE9

Tints of Quartz #DEDCE9

Color information

#DEDCE9 (or 0xDEDCE9) is unknown color: approx Quartz. HEX triplet: DE, DC and E9. RGB value is (222,220,233). Sum of RGB (Red+Green+Blue) = 222+220+233=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCE9 is #212316. Grayscale: #DEDEDE. Windows color (decimal): -2171671 or 15326430. OLE color: 15326430.

HSL color Cylindrical-coordinate representation of color #DEDCE9: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDCE9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222220233-
CMYK0.050.0600.09
HSL249.23º22.81%88.82%-
HSV(B)249.23º5.58%91.37%-
XYZ70.4372.687.39-
YUV222.08134.16127.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=32.89%
G=32.59%
B=34.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222202330.050.0600.09249.2322.8188.82
HexDEDCE95609f91759
Octal3363343515601137127131
Binary1101111011011100111010011011100100111111001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCE9; }

 p { color: rgb(222,220,233); }

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

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

 a { background-color: rgb(222,220,233); }

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

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

 span { border-color: rgb(222,220,233); }

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