#DCDEF8

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

Shades of Quartz #DCDEF8

Tints of Quartz #DCDEF8

Color information

#DCDEF8 (or 0xDCDEF8) is unknown color: approx Quartz. HEX triplet: DC, DE and F8. RGB value is (220,222,248). Sum of RGB (Red+Green+Blue) = 220+222+248=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF8 is #232107. Grayscale: #E0E0E0. Windows color (decimal): -2302216 or 16309980. OLE color: 16309980.

HSL color Cylindrical-coordinate representation of color #DCDEF8: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDEF8 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220222248-
CMYK0.110.1000.03
HSL235.71º66.67%91.76%-
HSV(B)235.71º11.29%97.25%-
XYZ72.5874.2499.31-
YUV224.37141.34124.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=31.88%
G=32.17%
B=35.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202222480.110.1000.03235.7166.6791.76
HexDCDEF8BA03ec435c
Octal334336370131203354103134
Binary110111001101111011111000101110100111110110010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEF8; }

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

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

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

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

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

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

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

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