#DBDDFD

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

Shades of Quartz #DBDDFD

Tints of Quartz #DBDDFD

Color information

#DBDDFD (or 0xDBDDFD) is unknown color: approx Quartz. HEX triplet: DB, DD and FD. RGB value is (219,221,253). Sum of RGB (Red+Green+Blue) = 219+221+253=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFD is #242202. Grayscale: #DFDFDF. Windows color (decimal): -2368003 or 16637403. OLE color: 16637403.

HSL color Cylindrical-coordinate representation of color #DBDDFD: hue angle of 236.47º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDDFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219221253-
CMYK0.130.1300.01
HSL236.47º89.47%92.55%-
HSV(B)236.47º13.44%99.22%-
XYZ72.873.86103.35-
YUV224.05144.34124.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=31.60%
G=31.89%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192212530.130.1300.01236.4789.4792.55
HexDBDDFDDD01ec595d
Octal333335375151501354131135
Binary11011011110111011111110111011101011110110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDFD; }

 p { color: rgb(219,221,253); }

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

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

 a { background-color: rgb(219,221,253); }

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

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

 span { border-color: rgb(219,221,253); }

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