#DDDFF2

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

Shades of Quartz #DDDFF2

Tints of Quartz #DDDFF2

Color information

#DDDFF2 (or 0xDDDFF2) is unknown color: approx Quartz. HEX triplet: DD, DF and F2. RGB value is (221,223,242). Sum of RGB (Red+Green+Blue) = 221+223+242=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF2 is #22200D. Grayscale: #E0E0E0. Windows color (decimal): -2236430 or 15917021. OLE color: 15917021.

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

Color convert

RGB221223242-
CMYK0.090.0800.05
HSL234.29º44.68%90.78%-
HSV(B)234.29º8.68%94.9%-
XYZ72.2374.5694.59-
YUV224.57137.84125.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=32.22%
G=32.51%
B=35.28%

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
Decimal2212232420.090.0800.05234.2944.6890.78
HexDDDFF29805ea2d5b
Octal33533736211100535255133
Binary110111011101111111110010100110000101111010101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF2; }

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

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

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

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

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

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

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

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