#DCDDE4

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

Shades of Quartz #DCDDE4

Tints of Quartz #DCDDE4

Color information

#DCDDE4 (or 0xDCDDE4) is unknown color: approx Quartz. HEX triplet: DC, DD and E4. RGB value is (220,221,228). Sum of RGB (Red+Green+Blue) = 220+221+228=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDE4 is #23221B. Grayscale: #DDDDDD. Windows color (decimal): -2302492 or 14999004. OLE color: 14999004.

HSL color Cylindrical-coordinate representation of color #DCDDE4: hue angle of 232.5º 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 #DCDDE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220221228-
CMYK0.040.0300.11
HSL232.5º12.9%87.84%-
HSV(B)232.5º3.51%89.41%-
XYZ69.3872.5383.74-
YUV221.5131.67126.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=32.88%
G=33.03%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202212280.040.0300.11232.512.987.84
HexDCDDE4430Be8d58
Octal3343353444301335015130
Binary11011100110111011110010010011010111110100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDE4; }

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

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

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

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

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

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

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

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