#FFEDDC

Color #FFEDDC Serenade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Serenade #FFEDDC

Tints of Serenade #FFEDDC

Color information

#FFEDDC (or 0xFFEDDC) is unknown color: approx Serenade. HEX triplet: FF, ED and DC. RGB value is (255,237,220). Sum of RGB (Red+Green+Blue) = 255+237+220=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDC is #001223. Grayscale: #F0F0F0. Windows color (decimal): -4644 or 14478847. OLE color: 14478847.

HSL color Cylindrical-coordinate representation of color #FFEDDC: hue angle of 29.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFEDDC is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255237220-
CMYK00.070.140
HSL29.14º100%93.14%-
HSV(B)29.14º13.73%100%-
XYZ84.448780.05-
YUV240.44116.46138.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 237 (92.97% from 255) = 33.29%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=35.81%
G=33.29%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722000.070.14029.1410093.14
HexFFEDDC07E01d645d
Octal3773553340716035144135
Binary1111111111101101110111000111111001110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDDC; }

 p { color: rgb(255,237,220); }

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

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

 a { background-color: rgb(255,237,220); }

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

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

 span { border-color: rgb(255,237,220); }

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