#DCDEF9

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

Shades of Quartz #DCDEF9

Tints of Quartz #DCDEF9

Color information

#DCDEF9 (or 0xDCDEF9) is unknown color: approx Quartz. HEX triplet: DC, DE and F9. RGB value is (220,222,249). Sum of RGB (Red+Green+Blue) = 220+222+249=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF9 is #232106. Grayscale: #E0E0E0. Windows color (decimal): -2302215 or 16375516. OLE color: 16375516.

HSL color Cylindrical-coordinate representation of color #DCDEF9: hue angle of 235.86º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDEF9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220222249-
CMYK0.120.1100.02
HSL235.86º70.73%91.96%-
HSV(B)235.86º11.65%97.65%-
XYZ72.7474.3100.13-
YUV224.48141.84124.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=31.84%
G=32.13%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202222490.120.1100.02235.8670.7391.96
HexDCDEF9CB02ec475c
Octal334336371141302354107134
Binary110111001101111011111001110010110101110110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEF9; }

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

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

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

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

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

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

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

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