#DCDBE9

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

Shades of Quartz #DCDBE9

Tints of Quartz #DCDBE9

Color information

#DCDBE9 (or 0xDCDBE9) is unknown color: approx Quartz. HEX triplet: DC, DB and E9. RGB value is (220,219,233). Sum of RGB (Red+Green+Blue) = 220+219+233=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBE9 is #232416. Grayscale: #DCDCDC. Windows color (decimal): -2302999 or 15326172. OLE color: 15326172.

HSL color Cylindrical-coordinate representation of color #DCDBE9: hue angle of 244.29º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDBE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220219233-
CMYK0.060.0600.09
HSL244.29º24.14%88.63%-
HSV(B)244.29º6.01%91.37%-
XYZ69.5571.7687.28-
YUV220.9134.83127.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=32.74%
G=32.59%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202192330.060.0600.09244.2924.1488.63
HexDCDBE96609f41859
Octal3343333516601136430131
Binary1101110011011011111010011101100100111110100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBE9; }

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

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

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

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

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

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

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

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