#DCDEF7

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

Shades of Quartz #DCDEF7

Tints of Quartz #DCDEF7

Color information

#DCDEF7 (or 0xDCDEF7) is unknown color: approx Quartz. HEX triplet: DC, DE and F7. RGB value is (220,222,247). Sum of RGB (Red+Green+Blue) = 220+222+247=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF7 is #232108. Grayscale: #E0E0E0. Windows color (decimal): -2302217 or 16244444. OLE color: 16244444.

HSL color Cylindrical-coordinate representation of color #DCDEF7: hue angle of 235.56º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDEF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220222247-
CMYK0.110.1000.03
HSL235.56º62.79%91.57%-
HSV(B)235.56º10.93%96.86%-
XYZ72.4274.1798.5-
YUV224.25140.84124.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=31.93%
G=32.22%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202222470.110.1000.03235.5662.7991.57
HexDCDEF7BA03ec3f5c
Octal33433636713120335477134
Binary11011100110111101111011110111010011111011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEF7; }

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

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

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

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

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

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

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

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