#F1DDBB

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

Shades of Dutch White #F1DDBB

Tints of Dutch White #F1DDBB

Color information

#F1DDBB (or 0xF1DDBB) is unknown color: approx Dutch White. HEX triplet: F1, DD and BB. RGB value is (241,221,187). Sum of RGB (Red+Green+Blue) = 241+221+187=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDBB is #0E2244. Grayscale: #DFDFDF. Windows color (decimal): -926277 or 12312049. OLE color: 12312049.

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

Color convert

RGB241221187-
CMYK00.080.220.05
HSL37.78º65.85%83.92%-
HSV(B)37.78º22.41%94.51%-
XYZ71.17457.55-
YUV223.1107.63140.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=37.13%
G=34.05%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122118700.080.220.0537.7865.8583.92
HexF1DDBB08165264254
Octal36133527301026546102124
Binary111100011101110110111011010001011010110011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDBB; }

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

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

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

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

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

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

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

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