Html Css Color HEX #F0DEBC Dutch White

📋 copy color: '#F0DEBC'

red 240 ◦ green 222 ◦ blue 188

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

Shades of Dutch White #F0DEBC

Tints of Dutch White #F0DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.92%

R = 36.92%
G = 34.15%
B = 28.92%

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

#F0DEBC (or 0xF0DEBC) is known color: Dutch White. HEX triplet: F0, DE and BC. RGB value is (240,222,188). Sum of RGB (Red+Green+Blue) = 240+222+188=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEBC is #0F2143. Grayscale: #DFDFDF. Windows color (decimal): -991556 or 12377840. OLE color: 12377840.

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

Color convert

RGB 240 222 188 -
CMYK 0 0.08 0.22 0.06
HSL 39.23º 0.63% 0.84% -
HSV(B) 39.23º 0.22% 0.94% -
XYZ 71.13 74.4 58.19 -
YUV 223.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 240 222 188 0 0.08 0.22 0.06 39.23 0.63 0.84
Hex F0 DE BC 0 8 16 6 27 3F 54
Octal 360 336 274 0 10 26 6 47 77 124
Binary 11110000 11011110 10111100 0 1000 10110 110 100111 111111 1010100

Color Harmonies of #F0DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEBC

Black with #F0DEBC

Text Example


Text Example

White with #F0DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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