#F0DEBC

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

Shades of Dutch White #F0DEBC

Tints of Dutch White #F0DEBC

Color information

#F0DEBC (or 0xF0DEBC) is unknown color: approx Dutch White. HEX triplet: F0, DE and BC. RGB value is (240,222,188). Sum of RGB (Red+Green+Blue) = 240+222+188=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEBC is #0F2143. Grayscale: #DFDFDF. Windows color (decimal): -991556 or 12377840. OLE color: 12377840.

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

Color convert

RGB240222188-
CMYK00.080.220.06
HSL39.23º63.41%83.92%-
HSV(B)39.23º21.67%94.12%-
XYZ71.1374.458.19-
YUV223.51107.96139.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.92%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 188 (73.83% from 255) = 28.92%
R=36.92%
G=34.15%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022218800.080.220.0639.2363.4183.92
HexF0DEBC08166273f54
Octal3603362740102664777124
Binary11110000110111101011110001000101101101001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEBC; }

 p { color: rgb(240,222,188); }

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

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

 a { background-color: rgb(240,222,188); }

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

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

 span { border-color: rgb(240,222,188); }

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