#DBDFFB

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

Shades of Quartz #DBDFFB

Tints of Quartz #DBDFFB

Color information

#DBDFFB (or 0xDBDFFB) is unknown color: approx Quartz. HEX triplet: DB, DF and FB. RGB value is (219,223,251). Sum of RGB (Red+Green+Blue) = 219+223+251=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFFB is #242004. Grayscale: #E0E0E0. Windows color (decimal): -2367493 or 16506843. OLE color: 16506843.

HSL color Cylindrical-coordinate representation of color #DBDFFB: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDFFB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219223251-
CMYK0.130.1100.02
HSL232.5º80%92.16%-
HSV(B)232.5º12.75%98.43%-
XYZ73.0174.8101.86-
YUV225142.67123.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=31.60%
G=32.18%
B=36.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192232510.130.1100.02232.58092.16
HexDBDFFBDB02e8505c
Octal333337373151302350120134
Binary110110111101111111111011110110110101110100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFFB; }

 p { color: rgb(219,223,251); }

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

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

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

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

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

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

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