#DBD8EA

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

Shades of Quartz #DBD8EA

Tints of Quartz #DBD8EA

Color information

#DBD8EA (or 0xDBD8EA) is unknown color: approx Quartz. HEX triplet: DB, D8 and EA. RGB value is (219,216,234). Sum of RGB (Red+Green+Blue) = 219+216+234=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8EA is #242715. Grayscale: #DADADA. Windows color (decimal): -2369302 or 15390939. OLE color: 15390939.

HSL color Cylindrical-coordinate representation of color #DBD8EA: hue angle of 250º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD8EA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219216234-
CMYK0.060.0800.08
HSL250º30%88.24%-
HSV(B)250º7.69%91.76%-
XYZ68.6270.1187.76-
YUV218.95136.49128.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 216 (84.77% from 255) = 32.29%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=32.74%
G=32.29%
B=34.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192162340.060.0800.082503088.24
HexDBD8EA6808fa1e58
Octal33333035261001037236130
Binary11011011110110001110101011010000100011111010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8EA; }

 p { color: rgb(219,216,234); }

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

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

 a { background-color: rgb(219,216,234); }

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

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

 span { border-color: rgb(219,216,234); }

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