#DBDCFE

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

Shades of Quartz #DBDCFE

Tints of Quartz #DBDCFE

Color information

#DBDCFE (or 0xDBDCFE) is unknown color: approx Quartz. HEX triplet: DB, DC and FE. RGB value is (219,220,254). Sum of RGB (Red+Green+Blue) = 219+220+254=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFE is #242301. Grayscale: #DFDFDF. Windows color (decimal): -2368258 or 16702683. OLE color: 16702683.

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

Color convert

RGB219220254-
CMYK0.140.1300.00
HSL238.29º94.59%92.75%-
HSV(B)238.29º13.78%99.61%-
XYZ72.773.4104.1-
YUV223.58145.17124.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=31.60%
G=31.75%
B=36.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192202540.140.1300.00238.2994.5992.75
HexDBDCFEED00ee5f5d
Octal333334376161500356137135
Binary11011011110111001111111011101101001110111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCFE; }

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

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

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

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

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

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

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

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