Html Css Color HEX #F0DEBA Dutch White

📋 copy color: '#F0DEBA'

red 240 ◦ green 222 ◦ blue 186

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

Shades of Dutch White #F0DEBA

Tints of Dutch White #F0DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.7%

R = 37.04%
G = 34.26%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0DEBA (or 0xF0DEBA) is known color: Dutch White. HEX triplet: F0, DE and BA. RGB value is (240,222,186). Sum of RGB (Red+Green+Blue) = 240+222+186=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEBA is #0F2145. Grayscale: #DFDFDF. Windows color (decimal): -991558 or 12246768. OLE color: 12246768.

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

Color convert

RGB 240 222 186 -
CMYK 0 0.08 0.22 0.06
HSL 40º 0.64% 0.84% -
HSV(B) 40º 0.23% 0.94% -
XYZ 70.92 74.31 57.06 -
YUV 223.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 240 222 186 0 0.08 0.22 0.06 40 0.64 0.84
Hex F0 DE BA 0 8 16 6 28 40 54
Octal 360 336 272 0 10 26 6 50 100 124
Binary 11110000 11011110 10111010 0 1000 10110 110 101000 1000000 1010100

Color Harmonies of #F0DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEBA

Black with #F0DEBA

Text Example


Text Example

White with #F0DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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