#DBDAF0

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

Shades of Quartz #DBDAF0

Tints of Quartz #DBDAF0

Color information

#DBDAF0 (or 0xDBDAF0) is unknown color: approx Quartz. HEX triplet: DB, DA and F0. RGB value is (219,218,240). Sum of RGB (Red+Green+Blue) = 219+218+240=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF0 is #24250F. Grayscale: #DCDCDC. Windows color (decimal): -2368784 or 15784667. OLE color: 15784667.

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

Color convert

RGB219218240-
CMYK0.090.0900.06
HSL242.73º42.31%89.8%-
HSV(B)242.73º9.17%94.12%-
XYZ70.0171.4992.55-
YUV220.81138.83126.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=32.35%
G=32.20%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192182400.090.0900.06242.7342.3189.8
HexDBDAF09906f32a5a
Octal33333236011110636352132
Binary110110111101101011110000100110010110111100111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAF0; }

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

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

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

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

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

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

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

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