#F0DFC0

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

Shades of Dutch White #F0DFC0

Tints of Dutch White #F0DFC0

Color information

#F0DFC0 (or 0xF0DFC0) is unknown color: approx Dutch White. HEX triplet: F0, DF and C0. RGB value is (240,223,192). Sum of RGB (Red+Green+Blue) = 240+223+192=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFC0 is #0F203F. Grayscale: #E0E0E0. Windows color (decimal): -991296 or 12640240. OLE color: 12640240.

HSL color Cylindrical-coordinate representation of color #F0DFC0: hue angle of 38.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0DFC0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240223192-
CMYK00.070.200.06
HSL38.75º61.54%84.71%-
HSV(B)38.75º20%94.12%-
XYZ71.8475.1160.58-
YUV224.55109.63139.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 192 (75.39% from 255) = 29.31%
R=36.64%
G=34.05%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022319200.070.200.0638.7561.5484.71
HexF0DFC007146273e55
Octal360337300072464776125
Binary1111000011011111110000000111101001101001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFC0; }

 p { color: rgb(240,223,192); }

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

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

 a { background-color: rgb(240,223,192); }

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

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

 span { border-color: rgb(240,223,192); }

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