#DBDCF4

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

Shades of Quartz #DBDCF4

Tints of Quartz #DBDCF4

Color information

#DBDCF4 (or 0xDBDCF4) is unknown color: approx Quartz. HEX triplet: DB, DC and F4. RGB value is (219,220,244). Sum of RGB (Red+Green+Blue) = 219+220+244=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF4 is #24230B. Grayscale: #DEDEDE. Windows color (decimal): -2368268 or 16047323. OLE color: 16047323.

HSL color Cylindrical-coordinate representation of color #DBDCF4: hue angle of 237.6º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDCF4 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219220244-
CMYK0.100.1000.04
HSL237.6º53.19%90.78%-
HSV(B)237.6º10.25%95.69%-
XYZ71.1472.7895.89-
YUV222.44140.17125.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=32.06%
G=32.21%
B=35.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192202440.100.1000.04237.653.1990.78
HexDBDCF4AA04ee355b
Octal33333436412120435665133
Binary110110111101110011110100101010100100111011101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCF4; }

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

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

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

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

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

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

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

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