#DCDBF1

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

Shades of Quartz #DCDBF1

Tints of Quartz #DCDBF1

Color information

#DCDBF1 (or 0xDCDBF1) is unknown color: approx Quartz. HEX triplet: DC, DB and F1. RGB value is (220,219,241). Sum of RGB (Red+Green+Blue) = 220+219+241=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBF1 is #23240E. Grayscale: #DDDDDD. Windows color (decimal): -2302991 or 15850460. OLE color: 15850460.

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

Color convert

RGB220219241-
CMYK0.090.0900.05
HSL242.73º44%90.2%-
HSV(B)242.73º9.13%94.51%-
XYZ70.7272.2393.43-
YUV221.81138.83126.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=32.35%
G=32.21%
B=35.44%

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
Decimal2202192410.090.0900.05242.734490.2
HexDCDBF19905f32c5a
Octal33433336111110536354132
Binary110111001101101111110001100110010101111100111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBF1; }

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

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

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

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

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

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

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

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