#DDDFF1

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

Shades of Quartz #DDDFF1

Tints of Quartz #DDDFF1

Color information

#DDDFF1 (or 0xDDDFF1) is unknown color: approx Quartz. HEX triplet: DD, DF and F1. RGB value is (221,223,241). Sum of RGB (Red+Green+Blue) = 221+223+241=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF1 is #22200E. Grayscale: #E0E0E0. Windows color (decimal): -2236431 or 15851485. OLE color: 15851485.

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

Color convert

RGB221223241-
CMYK0.080.0700.05
HSL234º41.67%90.59%-
HSV(B)234º8.3%94.51%-
XYZ72.0874.593.8-
YUV224.45137.34125.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=32.26%
G=32.55%
B=35.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212232410.080.0700.0523441.6790.59
HexDDDFF18705ea2a5b
Octal3353373611070535252133
Binary11011101110111111111000110001110101111010101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF1; }

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

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

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

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

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

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

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

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