Html Css Color HEX #F0DEB9 Dutch White

📋 copy color: '#F0DEB9'

red 240 ◦ green 222 ◦ blue 185

#F0DEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dutch White #F0DEB9

Tints of Dutch White #F0DEB9

RGB

 RED value IS 240 (94.14% from 255) = 37.09%

 GREEN value IS 222 (87.11% from 255) = 34.31%

 BLUE value IS 185 (72.66% from 255) = 28.59%

R = 37.09%
G = 34.31%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F0DEB9 (or 0xF0DEB9) is known color: Dutch White. HEX triplet: F0, DE and B9. RGB value is (240,222,185). Sum of RGB (Red+Green+Blue) = 240+222+185=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEB9 is #0F2146. Grayscale: #DFDFDF. Windows color (decimal): -991559 or 12181232. OLE color: 12181232.

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

Color convert

RGB 240 222 185 -
CMYK 0 0.08 0.23 0.06
HSL 40.36º 0.65% 0.83% -
HSV(B) 40.36º 0.23% 0.94% -
XYZ 70.81 74.27 56.5 -
YUV 223.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 240 222 185 0 0.08 0.23 0.06 40.36 0.65 0.83
Hex F0 DE B9 0 8 17 6 28 41 53
Octal 360 336 271 0 10 27 6 50 101 123
Binary 11110000 11011110 10111001 0 1000 10111 110 101000 1000001 1010011

Color Harmonies of #F0DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEB9

Black with #F0DEB9

Text Example


Text Example

White with #F0DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEB9; }

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

 H1.HeaderClassName
 {
   color: #F0DEB9;
 }
 .AnyTagClassName
 {
   color: #F0DEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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