#DDDDF1

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

Shades of Quartz #DDDDF1

Tints of Quartz #DDDDF1

Color information

#DDDDF1 (or 0xDDDDF1) is unknown color: approx Quartz. HEX triplet: DD, DD and F1. RGB value is (221,221,241). Sum of RGB (Red+Green+Blue) = 221+221+241=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF1 is #22220E. Grayscale: #DFDFDF. Windows color (decimal): -2236943 or 15850973. OLE color: 15850973.

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

Color convert

RGB221221241-
CMYK0.080.0800.05
HSL240º41.67%90.59%-
HSV(B)240º8.3%94.51%-
XYZ71.5573.4493.62-
YUV223.28138126.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=32.36%
G=32.36%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212212410.080.0800.0524041.6790.59
HexDDDDF18805f02a5b
Octal33533536110100536052133
Binary110111011101110111110001100010000101111100001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDF1; }

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

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

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

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

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

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

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

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