#F2DEB7

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

Shades of Dutch White #F2DEB7

Tints of Dutch White #F2DEB7

Color information

#F2DEB7 (or 0xF2DEB7) is unknown color: approx Dutch White. HEX triplet: F2, DE and B7. RGB value is (242,222,183). Sum of RGB (Red+Green+Blue) = 242+222+183=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEB7 is #0D2148. Grayscale: #DFDFDF. Windows color (decimal): -860489 or 12050162. OLE color: 12050162.

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

Color convert

RGB242222183-
CMYK00.080.240.05
HSL39.66º69.41%83.33%-
HSV(B)39.66º24.38%94.9%-
XYZ71.2974.5455.43-
YUV223.53105.13141.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 183 (71.88% from 255) = 28.28%
R=37.40%
G=34.31%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222218300.080.240.0539.6669.4183.33
HexF2DEB708185284553
Octal36233626701030550105123
Binary111100101101111010110111010001100010110100010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEB7; }

 p { color: rgb(242,222,183); }

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

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

 a { background-color: rgb(242,222,183); }

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

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

 span { border-color: rgb(242,222,183); }

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