#DDDFF3

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

Shades of Quartz #DDDFF3

Tints of Quartz #DDDFF3

Color information

#DDDFF3 (or 0xDDDFF3) is unknown color: approx Quartz. HEX triplet: DD, DF and F3. RGB value is (221,223,243). Sum of RGB (Red+Green+Blue) = 221+223+243=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF3 is #22200C. Grayscale: #E0E0E0. Windows color (decimal): -2236429 or 15982557. OLE color: 15982557.

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

Color convert

RGB221223243-
CMYK0.090.0800.05
HSL234.55º47.83%90.98%-
HSV(B)234.55º9.05%95.29%-
XYZ72.3874.6295.38-
YUV224.68138.34125.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=32.17%
G=32.46%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212232430.090.0800.05234.5547.8390.98
HexDDDFF39805eb305b
Octal33533736311100535360133
Binary110111011101111111110011100110000101111010111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF3; }

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

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

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

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

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

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

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

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