#DCDBE1

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

Shades of Quartz #DCDBE1

Tints of Quartz #DCDBE1

Color information

#DCDBE1 (or 0xDCDBE1) is unknown color: approx Quartz. HEX triplet: DC, DB and E1. RGB value is (220,219,225). Sum of RGB (Red+Green+Blue) = 220+219+225=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE1 is #23241E. Grayscale: #DBDBDB. Windows color (decimal): -2303007 or 14801884. OLE color: 14801884.

HSL color Cylindrical-coordinate representation of color #DCDBE1: hue angle of 250º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDBE1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220219225-
CMYK0.020.0300.12
HSL250º9.09%87.06%-
HSV(B)250º2.67%88.24%-
XYZ68.4471.3181.39-
YUV219.98130.83128.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=33.13%
G=32.98%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202192250.020.0300.122509.0987.06
HexDCDBE1230Cfa957
Octal3343333412301437211127
Binary1101110011011011111000011011011001111101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBE1; }

 p { color: rgb(220,219,225); }

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

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

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

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

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

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

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