#DCDFF0

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

Shades of Quartz #DCDFF0

Tints of Quartz #DCDFF0

Color information

#DCDFF0 (or 0xDCDFF0) is unknown color: approx Quartz. HEX triplet: DC, DF and F0. RGB value is (220,223,240). Sum of RGB (Red+Green+Blue) = 220+223+240=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF0 is #23200F. Grayscale: #DFDFDF. Windows color (decimal): -2301968 or 15785948. OLE color: 15785948.

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

Color convert

RGB220223240-
CMYK0.080.0700.06
HSL231º40%90.2%-
HSV(B)231º8.33%94.12%-
XYZ71.6374.2893-
YUV224.04137.01125.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=32.21%
G=32.65%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202232400.080.0700.062314090.2
HexDCDFF08706e7285a
Octal3343373601070634750132
Binary11011100110111111111000010001110110111001111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFF0; }

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

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

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

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

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

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

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

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