#DCDFF7

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

Shades of Quartz #DCDFF7

Tints of Quartz #DCDFF7

Color information

#DCDFF7 (or 0xDCDFF7) is unknown color: approx Quartz. HEX triplet: DC, DF and F7. RGB value is (220,223,247). Sum of RGB (Red+Green+Blue) = 220+223+247=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF7 is #232008. Grayscale: #E0E0E0. Windows color (decimal): -2301961 or 16244700. OLE color: 16244700.

HSL color Cylindrical-coordinate representation of color #DCDFF7: hue angle of 233.33º 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 #DCDFF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220223247-
CMYK0.110.1000.03
HSL233.33º62.79%91.57%-
HSV(B)233.33º10.93%96.86%-
XYZ72.6974.7198.58-
YUV224.84140.51124.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=31.88%
G=32.32%
B=35.80%

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
Decimal2202232470.110.1000.03233.3362.7991.57
HexDCDFF7BA03e93f5c
Octal33433736713120335177134
Binary11011100110111111111011110111010011111010011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFF7; }

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

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

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

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

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

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

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

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