Html Css Color HEX #FFEDDC Serenade

📋 copy color: '#FFEDDC'

red 255 ◦ green 237 ◦ blue 220

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

Shades of Serenade #FFEDDC

Tints of Serenade #FFEDDC

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.9%

R = 35.81%
G = 33.29%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 237 220 -
CMYK 0 0.07 0.14 0
HSL 29.14º 1% 0.93% -
HSV(B) 29.14º 0.14% 1% -
XYZ 84.44 87 80.05 -
YUV 240.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 255 237 220 0 0.07 0.14 0 29.14 1 0.93
Hex FF ED DC 0 7 E 0 1D 64 5D
Octal 377 355 334 0 7 16 0 35 144 135
Binary 11111111 11101101 11011100 0 111 1110 0 11101 1100100 1011101

Color Harmonies of #FFEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDDC

Black with #FFEDDC

Text Example


Text Example

White with #FFEDDC

Text Example


Text Example

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