Html Css Color HEX #FFEDDB Serenade

📋 copy color: '#FFEDDB'

red 255 ◦ green 237 ◦ blue 219

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

Shades of Serenade #FFEDDB

Tints of Serenade #FFEDDB

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

R = 35.86%
G = 33.33%
B = 30.8%

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

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

RGB 255 237 219 -
CMYK 0 0.07 0.14 0
HSL 30º 1% 0.93% -
HSV(B) 30º 0.14% 1% -
XYZ 84.31 86.94 79.36 -
YUV 240.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 255 237 219 0 0.07 0.14 0 30 1 0.93
Hex FF ED DB 0 7 E 0 1E 64 5D
Octal 377 355 333 0 7 16 0 36 144 135
Binary 11111111 11101101 11011011 0 111 1110 0 11110 1100100 1011101

Color Harmonies of #FFEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDDB

Black with #FFEDDB

Text Example


Text Example

White with #FFEDDB

Text Example


Text Example

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