Html Css Color HEX #F0DFBF Dutch White

📋 copy color: '#F0DFBF'

red 240 ◦ green 223 ◦ blue 191

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

Shades of Dutch White #F0DFBF

Tints of Dutch White #F0DFBF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.1%

 BLUE value IS 191 (75% from 255) = 29.2%

R = 36.7%
G = 34.1%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0DFBF (or 0xF0DFBF) is known color: Dutch White. HEX triplet: F0, DF and BF. RGB value is (240,223,191). Sum of RGB (Red+Green+Blue) = 240+223+191=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBF is #0F2040. Grayscale: #E0E0E0. Windows color (decimal): -991297 or 12574704. OLE color: 12574704.

HSL color Cylindrical-coordinate representation of color #F0DFBF: hue angle of 39.18º 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 #F0DFBF is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 191 -
CMYK 0 0.07 0.20 0.06
HSL 39.18º 0.62% 0.85% -
HSV(B) 39.18º 0.2% 0.94% -
XYZ 71.73 75.06 60 -
YUV 224.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 240 223 191 0 0.07 0.20 0.06 39.18 0.62 0.85
Hex F0 DF BF 0 7 14 6 27 3E 55
Octal 360 337 277 0 7 24 6 47 76 125
Binary 11110000 11011111 10111111 0 111 10100 110 100111 111110 1010101

Color Harmonies of #F0DFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFBF

Black with #F0DFBF

Text Example


Text Example

White with #F0DFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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