Html Css Color HEX #F0DDB9 Dutch White

📋 copy color: '#F0DDB9'

red 240 ◦ green 221 ◦ blue 185

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

Shades of Dutch White #F0DDB9

Tints of Dutch White #F0DDB9

RGB

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

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

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

R = 37.15%
G = 34.21%
B = 28.64%

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

#F0DDB9 (or 0xF0DDB9) is known color: Dutch White. HEX triplet: F0, DD and B9. RGB value is (240,221,185). Sum of RGB (Red+Green+Blue) = 240+221+185=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDB9 is #0F2246. Grayscale: #DEDEDE. Windows color (decimal): -991815 or 12180976. OLE color: 12180976.

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

Color convert

RGB 240 221 185 -
CMYK 0 0.08 0.23 0.06
HSL 39.27º 0.65% 0.83% -
HSV(B) 39.27º 0.23% 0.94% -
XYZ 70.55 73.74 56.41 -
YUV 222.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 240 221 185 0 0.08 0.23 0.06 39.27 0.65 0.83
Hex F0 DD B9 0 8 17 6 27 41 53
Octal 360 335 271 0 10 27 6 47 101 123
Binary 11110000 11011101 10111001 0 1000 10111 110 100111 1000001 1010011

Color Harmonies of #F0DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDB9

Black with #F0DDB9

Text Example


Text Example

White with #F0DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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