#FFEBDC

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

Shades of Chardon #FFEBDC

Tints of Chardon #FFEBDC

Color information

#FFEBDC (or 0xFFEBDC) is unknown color: approx Chardon. HEX triplet: FF, EB and DC. RGB value is (255,235,220). Sum of RGB (Red+Green+Blue) = 255+235+220=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBDC is #001423. Grayscale: #EFEFEF. Windows color (decimal): -5156 or 14478335. OLE color: 14478335.

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

Color convert

RGB255235220-
CMYK00.080.140
HSL25.71º100%93.14%-
HSV(B)25.71º13.73%100%-
XYZ83.8785.8479.86-
YUV239.27117.13139.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 220 (86.33% from 255) = 30.99%
R=35.92%
G=33.10%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523522000.080.14025.7110093.14
HexFFEBDC08E01a645d
Octal37735333401016032144135
Binary11111111111010111101110001000111001101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBDC; }

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

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

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

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

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

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

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

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