#DCDCE4

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

Shades of Quartz #DCDCE4

Tints of Quartz #DCDCE4

Color information

#DCDCE4 (or 0xDCDCE4) is unknown color: approx Quartz. HEX triplet: DC, DC and E4. RGB value is (220,220,228). Sum of RGB (Red+Green+Blue) = 220+220+228=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE4 is #23231B. Grayscale: #DCDCDC. Windows color (decimal): -2302748 or 14998748. OLE color: 14998748.

HSL color Cylindrical-coordinate representation of color #DCDCE4: hue angle of 240º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDCE4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220220228-
CMYK0.040.0400.11
HSL240º12.9%87.84%-
HSV(B)240º3.51%89.41%-
XYZ69.117283.65-
YUV220.91132127.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=32.93%
G=32.93%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202202280.040.0400.1124012.987.84
HexDCDCE4440Bf0d58
Octal3343343444401336015130
Binary110111001101110011100100100100010111111000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCE4; }

 p { color: rgb(220,220,228); }

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

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

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

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

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

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

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