#DBDCF2

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

Shades of Quartz #DBDCF2

Tints of Quartz #DBDCF2

Color information

#DBDCF2 (or 0xDBDCF2) is unknown color: approx Quartz. HEX triplet: DB, DC and F2. RGB value is (219,220,242). Sum of RGB (Red+Green+Blue) = 219+220+242=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF2 is #24230D. Grayscale: #DEDEDE. Windows color (decimal): -2368270 or 15916251. OLE color: 15916251.

HSL color Cylindrical-coordinate representation of color #DBDCF2: hue angle of 237.39º degrees, saturation: 0.47, 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 #DBDCF2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219220242-
CMYK0.100.0900.05
HSL237.39º46.94%90.39%-
HSV(B)237.39º9.5%94.9%-
XYZ70.8372.6694.3-
YUV222.21139.17125.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=32.16%
G=32.31%
B=35.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192202420.100.0900.05237.3946.9490.39
HexDBDCF2A905ed2f5a
Octal33333436212110535557132
Binary110110111101110011110010101010010101111011011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCF2; }

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

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

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

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

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

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

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

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