#DBDCFF

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

Shades of Quartz #DBDCFF

Tints of Quartz #DBDCFF

Color information

#DBDCFF (or 0xDBDCFF) is unknown color: approx Quartz. HEX triplet: DB, DC and FF. RGB value is (219,220,255). Sum of RGB (Red+Green+Blue) = 219+220+255=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFF is #242300. Grayscale: #DFDFDF. Windows color (decimal): -2368257 or 16768219. OLE color: 16768219.

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

Color convert

RGB219220255-
CMYK0.140.1400
HSL238.33º100%92.94%-
HSV(B)238.33º14.12%100%-
XYZ72.8673.47104.95-
YUV223.69145.67124.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 255 (100% from 255) = 36.74%
R=31.56%
G=31.70%
B=36.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192202550.140.1400238.3310092.94
HexDBDCFFEE00ee645d
Octal333334377161600356144135
Binary11011011110111001111111111101110001110111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCFF; }

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

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

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

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

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

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

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

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