#DBDBF1

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

Shades of Quartz #DBDBF1

Tints of Quartz #DBDBF1

Color information

#DBDBF1 (or 0xDBDBF1) is unknown color: approx Quartz. HEX triplet: DB, DB and F1. RGB value is (219,219,241). Sum of RGB (Red+Green+Blue) = 219+219+241=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF1 is #24240E. Grayscale: #DDDDDD. Windows color (decimal): -2368527 or 15850459. OLE color: 15850459.

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

Color convert

RGB219219241-
CMYK0.090.0900.05
HSL240º44%90.2%-
HSV(B)240º9.13%94.51%-
XYZ70.4272.0793.42-
YUV221.51139126.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=32.25%
G=32.25%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192192410.090.0900.052404490.2
HexDBDBF19905f02c5a
Octal33333336111110536054132
Binary110110111101101111110001100110010101111100001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBF1; }

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

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

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

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

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

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

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

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