#DDDFF5

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

Shades of Quartz #DDDFF5

Tints of Quartz #DDDFF5

Color information

#DDDFF5 (or 0xDDDFF5) is unknown color: approx Quartz. HEX triplet: DD, DF and F5. RGB value is (221,223,245). Sum of RGB (Red+Green+Blue) = 221+223+245=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF5 is #22200A. Grayscale: #E0E0E0. Windows color (decimal): -2236427 or 16113629. OLE color: 16113629.

HSL color Cylindrical-coordinate representation of color #DDDFF5: hue angle of 235º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDFF5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221223245-
CMYK0.100.0900.04
HSL235º54.55%91.37%-
HSV(B)235º9.8%96.08%-
XYZ72.6974.7496.98-
YUV224.91139.34125.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 245 (96.09% from 255) = 35.56%
R=32.08%
G=32.37%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212232450.100.0900.0423554.5591.37
HexDDDFF5A904eb375b
Octal33533736512110435367133
Binary110111011101111111110101101010010100111010111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF5; }

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

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

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

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

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

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

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

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