#DCDBF9

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

Shades of Quartz #DCDBF9

Tints of Quartz #DCDBF9

Color information

#DCDBF9 (or 0xDCDBF9) is unknown color: approx Quartz. HEX triplet: DC, DB and F9. RGB value is (220,219,249). Sum of RGB (Red+Green+Blue) = 220+219+249=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBF9 is #232406. Grayscale: #DEDEDE. Windows color (decimal): -2302983 or 16374748. OLE color: 16374748.

HSL color Cylindrical-coordinate representation of color #DCDBF9: hue angle of 242º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDBF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220219249-
CMYK0.120.1200.02
HSL242º71.43%91.76%-
HSV(B)242º12.05%97.65%-
XYZ71.9572.7299.87-
YUV222.72142.83126.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=31.98%
G=31.83%
B=36.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202192490.120.1200.0224271.4391.76
HexDCDBF9CC02f2475c
Octal334333371141402362107134
Binary110111001101101111111001110011000101111001010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBF9; }

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

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

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

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

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

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

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

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