#F8EDD1

Color #F8EDD1 Half Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Dutch White #F8EDD1

Tints of Half Dutch White #F8EDD1

Color information

#F8EDD1 (or 0xF8EDD1) is unknown color: approx Half Dutch White. HEX triplet: F8, ED and D1. RGB value is (248,237,209). Sum of RGB (Red+Green+Blue) = 248+237+209=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDD1 is #07122E. Grayscale: #EDEDED. Windows color (decimal): -463407 or 13757944. OLE color: 13757944.

HSL color Cylindrical-coordinate representation of color #F8EDD1: hue angle of 43.08º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8EDD1 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248237209-
CMYK00.040.160.03
HSL43.08º73.58%89.61%-
HSV(B)43.08º15.73%97.25%-
XYZ80.585.1372.51-
YUV237.1112.14135.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.73%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 209 (82.03% from 255) = 30.12%
R=35.73%
G=34.15%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823720900.040.160.0343.0873.5889.61
HexF8EDD1041032b4a5a
Octal3703553210420353112132
Binary1111100011101101110100010100100001110101110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDD1; }

 p { color: rgb(248,237,209); }

 H1.HeaderClassName
 {
   color: #F8EDD1;
 }
 .AnyTagClassName
 {
   color: #F8EDD1;
 }
</style>
background-color css

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

 a { background-color: rgb(248,237,209); }

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

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

 span { border-color: rgb(248,237,209); }

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