#DCDEF0

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

Shades of Quartz #DCDEF0

Tints of Quartz #DCDEF0

Color information

#DCDEF0 (or 0xDCDEF0) is unknown color: approx Quartz. HEX triplet: DC, DE and F0. RGB value is (220,222,240). Sum of RGB (Red+Green+Blue) = 220+222+240=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF0 is #23210F. Grayscale: #DFDFDF. Windows color (decimal): -2302224 or 15785692. OLE color: 15785692.

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

Color convert

RGB220222240-
CMYK0.080.0800.06
HSL234º40%90.2%-
HSV(B)234º8.33%94.12%-
XYZ71.3673.7592.91-
YUV223.45137.34125.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=32.26%
G=32.55%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202222400.080.0800.062344090.2
HexDCDEF08806ea285a
Octal33433636010100635250132
Binary110111001101111011110000100010000110111010101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEF0; }

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

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

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

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

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

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

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

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