#DCDFEF

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

Shades of Quartz #DCDFEF

Tints of Quartz #DCDFEF

Color information

#DCDFEF (or 0xDCDFEF) is unknown color: approx Quartz. HEX triplet: DC, DF and EF. RGB value is (220,223,239). Sum of RGB (Red+Green+Blue) = 220+223+239=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEF is #232010. Grayscale: #DFDFDF. Windows color (decimal): -2301969 or 15720412. OLE color: 15720412.

HSL color Cylindrical-coordinate representation of color #DCDFEF: hue angle of 230.53º degrees, saturation: 0.37, 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 #DCDFEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220223239-
CMYK0.080.0700.06
HSL230.53º37.25%90%-
HSV(B)230.53º7.95%93.73%-
XYZ71.4874.2292.22-
YUV223.93136.51125.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=32.26%
G=32.70%
B=35.04%

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
Decimal2202232390.080.0700.06230.5337.2590
HexDCDFEF8706e7255a
Octal3343373571070634745132
Binary11011100110111111110111110001110110111001111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFEF; }

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

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

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

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

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

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

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

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