#DCDDF3

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

Shades of Quartz #DCDDF3

Tints of Quartz #DCDDF3

Color information

#DCDDF3 (or 0xDCDDF3) is unknown color: approx Quartz. HEX triplet: DC, DD and F3. RGB value is (220,221,243). Sum of RGB (Red+Green+Blue) = 220+221+243=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF3 is #23220C. Grayscale: #DFDFDF. Windows color (decimal): -2302477 or 15982044. OLE color: 15982044.

HSL color Cylindrical-coordinate representation of color #DCDDF3: hue angle of 237.39º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDDF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220221243-
CMYK0.090.0900.05
HSL237.39º48.94%90.78%-
HSV(B)237.39º9.47%95.29%-
XYZ71.5573.495.19-
YUV223.21139.17125.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=32.16%
G=32.31%
B=35.53%

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
Decimal2202212430.090.0900.05237.3948.9490.78
HexDCDDF39905ed315b
Octal33433536311110535561133
Binary110111001101110111110011100110010101111011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDF3; }

 p { color: rgb(220,221,243); }

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

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

 a { background-color: rgb(220,221,243); }

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

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

 span { border-color: rgb(220,221,243); }

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