#F2DEBF

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

Shades of Dutch White #F2DEBF

Tints of Dutch White #F2DEBF

Color information

#F2DEBF (or 0xF2DEBF) is unknown color: approx Dutch White. HEX triplet: F2, DE and BF. RGB value is (242,222,191). Sum of RGB (Red+Green+Blue) = 242+222+191=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBF is #0D2140. Grayscale: #E0E0E0. Windows color (decimal): -860481 or 12574450. OLE color: 12574450.

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

Color convert

RGB242222191-
CMYK00.080.210.05
HSL36.47º66.23%84.9%-
HSV(B)36.47º21.07%94.9%-
XYZ72.1474.8859.94-
YUV224.45109.13140.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 191 (75% from 255) = 29.16%
R=36.95%
G=33.89%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222219100.080.210.0536.4766.2384.9
HexF2DEBF08155244255
Octal36233627701025544102125
Binary111100101101111010111111010001010110110010010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEBF; }

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

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

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

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

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

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

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

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