#DCDBE4

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

Shades of Quartz #DCDBE4

Tints of Quartz #DCDBE4

Color information

#DCDBE4 (or 0xDCDBE4) is unknown color: approx Quartz. HEX triplet: DC, DB and E4. RGB value is (220,219,228). Sum of RGB (Red+Green+Blue) = 220+219+228=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE4 is #23241B. Grayscale: #DCDCDC. Windows color (decimal): -2303004 or 14998492. OLE color: 14998492.

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

Color convert

RGB220219228-
CMYK0.040.0400.11
HSL246.67º14.29%87.65%-
HSV(B)246.67º3.95%89.41%-
XYZ68.8571.4883.57-
YUV220.32132.33127.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=32.98%
G=32.83%
B=34.18%

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
Decimal2202192280.040.0400.11246.6714.2987.65
HexDCDBE4440Bf7e58
Octal3343333444401336716130
Binary110111001101101111100100100100010111111011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBE4; }

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

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

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

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

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

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

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

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