Html Css Color HEX #F7EDD5 Half Dutch White

📋 copy color: '#F7EDD5'

red 247 ◦ green 237 ◦ blue 213

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

Shades of Half Dutch White #F7EDD5

Tints of Half Dutch White #F7EDD5

RGB

 RED value IS 247 (96.88% from 255) = 35.44%

 GREEN value IS 237 (92.97% from 255) = 34%

 BLUE value IS 213 (83.59% from 255) = 30.56%

R = 35.44%
G = 34%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F7EDD5 (or 0xF7EDD5) is known color: 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

RGB 247 237 213 -
CMYK 0 0.04 0.14 0.03
HSL 42.35º 0.68% 0.9% -
HSV(B) 42.35º 0.14% 0.97% -
XYZ 80.65 85.15 75.13 -
YUV 237.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 247 237 213 0 0.04 0.14 0.03 42.35 0.68 0.9
Hex F7 ED D5 0 4 E 3 2A 44 5A
Octal 367 355 325 0 4 16 3 52 104 132
Binary 11110111 11101101 11010101 0 100 1110 11 101010 1000100 1011010

Color Harmonies of #F7EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EDD5

Black with #F7EDD5

Text Example


Text Example

White with #F7EDD5

Text Example


Text Example

HTML Codes & Css Web 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>