#DCDAE5

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

Shades of Quartz #DCDAE5

Tints of Quartz #DCDAE5

Color information

#DCDAE5 (or 0xDCDAE5) is unknown color: approx Quartz. HEX triplet: DC, DA and E5. RGB value is (220,218,229). Sum of RGB (Red+Green+Blue) = 220+218+229=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAE5 is #23251A. Grayscale: #DBDBDB. Windows color (decimal): -2303259 or 15063772. OLE color: 15063772.

HSL color Cylindrical-coordinate representation of color #DCDAE5: hue angle of 250.91º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDAE5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220218229-
CMYK0.040.0500.10
HSL250.91º17.46%87.65%-
HSV(B)250.91º4.8%89.8%-
XYZ68.7371.0284.21-
YUV219.85133.16128.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=32.98%
G=32.68%
B=34.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202182290.040.0500.10250.9117.4687.65
HexDCDAE5450Afb1158
Octal3343323454501237321130
Binary1101110011011010111001011001010101011111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAE5; }

 p { color: rgb(220,218,229); }

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

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

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

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

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

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

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