#F2DDBB

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

Shades of Dutch White #F2DDBB

Tints of Dutch White #F2DDBB

Color information

#F2DDBB (or 0xF2DDBB) is unknown color: approx Dutch White. HEX triplet: F2, DD and BB. RGB value is (242,221,187). Sum of RGB (Red+Green+Blue) = 242+221+187=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDBB is #0D2244. Grayscale: #DFDFDF. Windows color (decimal): -860741 or 12312050. OLE color: 12312050.

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

Color convert

RGB242221187-
CMYK00.090.230.05
HSL37.09º67.9%84.12%-
HSV(B)37.09º22.73%94.9%-
XYZ71.4474.1857.57-
YUV223.4107.46141.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 187 (73.44% from 255) = 28.77%
R=37.23%
G=34%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222118700.090.230.0537.0967.984.12
HexF2DDBB09175254454
Octal36233527301127545104124
Binary111100101101110110111011010011011110110010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDBB; }

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

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

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

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

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

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

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

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