#DCDDF8

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

Shades of Quartz #DCDDF8

Tints of Quartz #DCDDF8

Color information

#DCDDF8 (or 0xDCDDF8) is unknown color: approx Quartz. HEX triplet: DC, DD and F8. RGB value is (220,221,248). Sum of RGB (Red+Green+Blue) = 220+221+248=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF8 is #232207. Grayscale: #DFDFDF. Windows color (decimal): -2302472 or 16309724. OLE color: 16309724.

HSL color Cylindrical-coordinate representation of color #DCDDF8: hue angle of 237.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDDF8 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220221248-
CMYK0.110.1100.03
HSL237.86º66.67%91.76%-
HSV(B)237.86º11.29%97.25%-
XYZ72.3173.7199.22-
YUV223.78141.67125.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 248 (97.27% from 255) = 35.99%
R=31.93%
G=32.08%
B=35.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202212480.110.1100.03237.8666.6791.76
HexDCDDF8BB03ee435c
Octal334335370131303356103134
Binary110111001101110111111000101110110111110111010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDF8; }

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

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

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

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

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

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

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

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