Html Css Color HEX #F0DDBE Dutch White

📋 copy color: '#F0DDBE'

red 240 ◦ green 221 ◦ blue 190

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

Shades of Dutch White #F0DDBE

Tints of Dutch White #F0DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.95%

 BLUE value IS 190 (74.61% from 255) = 29.19%

R = 36.87%
G = 33.95%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0DDBE (or 0xF0DDBE) is known color: Dutch White. HEX triplet: F0, DD and BE. RGB value is (240,221,190). Sum of RGB (Red+Green+Blue) = 240+221+190=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDBE is #0F2241. Grayscale: #DFDFDF. Windows color (decimal): -991810 or 12508656. OLE color: 12508656.

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

Color convert

RGB 240 221 190 -
CMYK 0 0.08 0.21 0.06
HSL 37.2º 0.63% 0.84% -
HSV(B) 37.2º 0.21% 0.94% -
XYZ 71.09 73.96 59.24 -
YUV 223.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 240 221 190 0 0.08 0.21 0.06 37.2 0.63 0.84
Hex F0 DD BE 0 8 15 6 25 3E 54
Octal 360 335 276 0 10 25 6 45 76 124
Binary 11110000 11011101 10111110 0 1000 10101 110 100101 111110 1010100

Color Harmonies of #F0DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDBE

Black with #F0DDBE

Text Example


Text Example

White with #F0DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDBE; }

 p { color: rgb(240,221,190); }

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

background-color css

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

 a { background-color: rgb(240,221,190); }

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

border-color css

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

 span { border-color: rgb(240,221,190); }

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