#DCDFF3

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

Shades of Quartz #DCDFF3

Tints of Quartz #DCDFF3

Color information

#DCDFF3 (or 0xDCDFF3) is unknown color: approx Quartz. HEX triplet: DC, DF and F3. RGB value is (220,223,243). Sum of RGB (Red+Green+Blue) = 220+223+243=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF3 is #23200C. Grayscale: #E0E0E0. Windows color (decimal): -2301965 or 15982556. OLE color: 15982556.

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

Color convert

RGB220223243-
CMYK0.090.0800.05
HSL232.17º48.94%90.78%-
HSV(B)232.17º9.47%95.29%-
XYZ72.0874.4695.37-
YUV224.38138.51124.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=32.07%
G=32.51%
B=35.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202232430.090.0800.05232.1748.9490.78
HexDCDFF39805e8315b
Octal33433736311100535061133
Binary110111001101111111110011100110000101111010001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFF3; }

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

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

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

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

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

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

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

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