#F1DDD7

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

Shades of Pot Pourri #F1DDD7

Tints of Pot Pourri #F1DDD7

Color information

#F1DDD7 (or 0xF1DDD7) is unknown color: approx Pot Pourri. HEX triplet: F1, DD and D7. RGB value is (241,221,215). Sum of RGB (Red+Green+Blue) = 241+221+215=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDD7 is #0E2228. Grayscale: #E2E2E2. Windows color (decimal): -926249 or 14147057. OLE color: 14147057.

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

Color convert

RGB241221215-
CMYK00.080.110.05
HSL13.85º48.15%89.41%-
HSV(B)13.85º10.79%94.51%-
XYZ74.475.3274.91-
YUV226.3121.63138.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 215 (84.38% from 255) = 31.76%
R=35.60%
G=32.64%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122121500.080.110.0513.8548.1589.41
HexF1DDD708B5e3059
Octal3613353270101351660131
Binary11110001110111011101011101000101110111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDD7; }

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

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

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

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

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

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

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

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