#FFEDDE

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

Shades of Chardon #FFEDDE

Tints of Chardon #FFEDDE

Color information

#FFEDDE (or 0xFFEDDE) is unknown color: approx Chardon. HEX triplet: FF, ED and DE. RGB value is (255,237,222). Sum of RGB (Red+Green+Blue) = 255+237+222=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDE is #001221. Grayscale: #F0F0F0. Windows color (decimal): -4642 or 14609919. OLE color: 14609919.

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

Color convert

RGB255237222-
CMYK00.070.130
HSL27.27º100%93.53%-
HSV(B)27.27º12.94%100%-
XYZ84.7187.181.46-
YUV240.67117.46138.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=35.71%
G=33.19%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722200.070.13027.2710093.53
HexFFEDDE07D01b645e
Octal3773553360715033144136
Binary1111111111101101110111100111110101101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDDE; }

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

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

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

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

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

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

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

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