#FFEDDB

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

Shades of Serenade #FFEDDB

Tints of Serenade #FFEDDB

Color information

#FFEDDB (or 0xFFEDDB) is unknown color: approx Serenade. HEX triplet: FF, ED and DB. RGB value is (255,237,219). Sum of RGB (Red+Green+Blue) = 255+237+219=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDB is #001224. Grayscale: #F0F0F0. Windows color (decimal): -4645 or 14413311. OLE color: 14413311.

HSL color Cylindrical-coordinate representation of color #FFEDDB: hue angle of 30º 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 #FFEDDB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255237219-
CMYK00.070.140
HSL30º100%92.94%-
HSV(B)30º14.12%100%-
XYZ84.3186.9479.36-
YUV240.33115.96138.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.86%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 30.80%
R=35.86%
G=33.33%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523721900.070.1403010092.94
HexFFEDDB07E01e645d
Octal3773553330716036144135
Binary1111111111101101110110110111111001111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDDB; }

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

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

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

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

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

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

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

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