#DBDBFF

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

Shades of Quartz #DBDBFF

Tints of Quartz #DBDBFF

Color information

#DBDBFF (or 0xDBDBFF) is unknown color: approx Quartz. HEX triplet: DB, DB and FF. RGB value is (219,219,255). Sum of RGB (Red+Green+Blue) = 219+219+255=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBFF is #242400. Grayscale: #DEDEDE. Windows color (decimal): -2368513 or 16767963. OLE color: 16767963.

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

Color convert

RGB219219255-
CMYK0.140.1400
HSL240º100%92.94%-
HSV(B)240º14.12%100%-
XYZ72.5972.94104.86-
YUV223.1146125.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 255 (100% from 255) = 36.80%
R=31.60%
G=31.60%
B=36.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192192550.140.140024010092.94
HexDBDBFFEE00f0645d
Octal333333377161600360144135
Binary11011011110110111111111111101110001111000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBFF; }

 p { color: rgb(219,219,255); }

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

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

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

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

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

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

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