#DCDEED

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

Shades of Quartz #DCDEED

Tints of Quartz #DCDEED

Color information

#DCDEED (or 0xDCDEED) is unknown color: approx Quartz. HEX triplet: DC, DE and ED. RGB value is (220,222,237). Sum of RGB (Red+Green+Blue) = 220+222+237=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEED is #232112. Grayscale: #DFDFDF. Windows color (decimal): -2302227 or 15589084. OLE color: 15589084.

HSL color Cylindrical-coordinate representation of color #DCDEED: hue angle of 232.94º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDEED is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220222237-
CMYK0.070.0600.07
HSL232.94º32.08%89.61%-
HSV(B)232.94º7.17%92.94%-
XYZ70.9273.5790.58-
YUV223.11135.84125.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=32.40%
G=32.70%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202222370.070.0600.07232.9432.0889.61
HexDCDEED7607e9205a
Octal334336355760735140132
Binary1101110011011110111011011111100111111010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEED; }

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

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

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

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

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

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

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

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