#F7EDD5

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

Shades of Half Dutch White #F7EDD5

Tints of Half Dutch White #F7EDD5

Color information

#F7EDD5 (or 0xF7EDD5) is unknown color: approx Half Dutch White. HEX triplet: F7, ED and D5. RGB value is (247,237,213). Sum of RGB (Red+Green+Blue) = 247+237+213=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDD5 is #08122A. Grayscale: #EDEDED. Windows color (decimal): -528939 or 14020087. OLE color: 14020087.

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

Color convert

RGB247237213-
CMYK00.040.140.03
HSL42.35º68%90.2%-
HSV(B)42.35º13.77%96.86%-
XYZ80.6585.1575.13-
YUV237.25114.31134.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.44%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 213 (83.59% from 255) = 30.56%
R=35.44%
G=34.00%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723721300.040.140.0342.356890.2
HexF7EDD504E32a445a
Octal3673553250416352104132
Binary111101111110110111010101010011101110101010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDD5; }

 p { color: rgb(247,237,213); }

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

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

 a { background-color: rgb(247,237,213); }

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

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

 span { border-color: rgb(247,237,213); }

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