Html Css Color HEX #F0DEBD Dutch White

📋 copy color: '#F0DEBD'

red 240 ◦ green 222 ◦ blue 189

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

Shades of Dutch White #F0DEBD

Tints of Dutch White #F0DEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.03%

R = 36.87%
G = 34.1%
B = 29.03%

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

#F0DEBD (or 0xF0DEBD) is known color: Dutch White. HEX triplet: F0, DE and BD. RGB value is (240,222,189). Sum of RGB (Red+Green+Blue) = 240+222+189=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEBD is #0F2142. Grayscale: #DFDFDF. Windows color (decimal): -991555 or 12443376. OLE color: 12443376.

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

Color convert

RGB 240 222 189 -
CMYK 0 0.08 0.21 0.06
HSL 38.82º 0.63% 0.84% -
HSV(B) 38.82º 0.21% 0.94% -
XYZ 71.24 74.44 58.76 -
YUV 223.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 240 222 189 0 0.08 0.21 0.06 38.82 0.63 0.84
Hex F0 DE BD 0 8 15 6 27 3F 54
Octal 360 336 275 0 10 25 6 47 77 124
Binary 11110000 11011110 10111101 0 1000 10101 110 100111 111111 1010100

Color Harmonies of #F0DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEBD

Black with #F0DEBD

Text Example


Text Example

White with #F0DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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