#DBDCF8

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

Shades of Quartz #DBDCF8

Tints of Quartz #DBDCF8

Color information

#DBDCF8 (or 0xDBDCF8) is unknown color: approx Quartz. HEX triplet: DB, DC and F8. RGB value is (219,220,248). Sum of RGB (Red+Green+Blue) = 219+220+248=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF8 is #242307. Grayscale: #DEDEDE. Windows color (decimal): -2368264 or 16309467. OLE color: 16309467.

HSL color Cylindrical-coordinate representation of color #DBDCF8: hue angle of 237.93º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDCF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219220248-
CMYK0.120.1100.03
HSL237.93º67.44%91.57%-
HSV(B)237.93º11.69%97.25%-
XYZ71.7573.0299.12-
YUV222.89142.17125.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=31.88%
G=32.02%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192202480.120.1100.03237.9367.4491.57
HexDBDCF8CB03ee435c
Octal333334370141303356103134
Binary110110111101110011111000110010110111110111010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCF8; }

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

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

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

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

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

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

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

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