#DBDAF2

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

Shades of Quartz #DBDAF2

Tints of Quartz #DBDAF2

Color information

#DBDAF2 (or 0xDBDAF2) is unknown color: approx Quartz. HEX triplet: DB, DA and F2. RGB value is (219,218,242). Sum of RGB (Red+Green+Blue) = 219+218+242=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF2 is #24250D. Grayscale: #DCDCDC. Windows color (decimal): -2368782 or 15915739. OLE color: 15915739.

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

Color convert

RGB219218242-
CMYK0.100.1000.05
HSL242.5º48%90.2%-
HSV(B)242.5º9.92%94.9%-
XYZ70.3171.6194.12-
YUV221.04139.83126.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=32.25%
G=32.11%
B=35.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192182420.100.1000.05242.54890.2
HexDBDAF2AA05f2305a
Octal33333236212120536260132
Binary110110111101101011110010101010100101111100101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAF2; }

 p { color: rgb(219,218,242); }

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

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

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

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

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

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

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