Html Css Color HEX #F0DFC2 Dutch White

📋 copy color: '#F0DFC2'

red 240 ◦ green 223 ◦ blue 194

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

Shades of Dutch White #F0DFC2

Tints of Dutch White #F0DFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.94%

 BLUE value IS 194 (76.17% from 255) = 29.53%

R = 36.53%
G = 33.94%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F0DFC2 (or 0xF0DFC2) is known color: Dutch White. HEX triplet: F0, DF and C2. RGB value is (240,223,194). Sum of RGB (Red+Green+Blue) = 240+223+194=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFC2 is #0F203D. Grayscale: #E0E0E0. Windows color (decimal): -991294 or 12771312. OLE color: 12771312.

HSL color Cylindrical-coordinate representation of color #F0DFC2: hue angle of 37.83º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0DFC2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 194 -
CMYK 0 0.07 0.19 0.06
HSL 37.83º 0.61% 0.85% -
HSV(B) 37.83º 0.19% 0.94% -
XYZ 72.06 75.2 61.76 -
YUV 224.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 240 223 194 0 0.07 0.19 0.06 37.83 0.61 0.85
Hex F0 DF C2 0 7 13 6 26 3D 55
Octal 360 337 302 0 7 23 6 46 75 125
Binary 11110000 11011111 11000010 0 111 10011 110 100110 111101 1010101

Color Harmonies of #F0DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFC2

Black with #F0DFC2

Text Example


Text Example

White with #F0DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFC2; }

 p { color: rgb(240,223,194); }

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

background-color css

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

 a { background-color: rgb(240,223,194); }

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

border-color css

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

 span { border-color: rgb(240,223,194); }

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