Html Css Color HEX #FFEDDE Chardon

📋 copy color: '#FFEDDE'

red 255 ◦ green 237 ◦ blue 222

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

Shades of Chardon #FFEDDE

Tints of Chardon #FFEDDE

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 value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 237 222 -
CMYK 0 0.07 0.13 0
HSL 27.27º 1% 0.94% -
HSV(B) 27.27º 0.13% 1% -
XYZ 84.71 87.1 81.46 -
YUV 240.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 255 237 222 0 0.07 0.13 0 27.27 1 0.94
Hex FF ED DE 0 7 D 0 1B 64 5E
Octal 377 355 336 0 7 15 0 33 144 136
Binary 11111111 11101101 11011110 0 111 1101 0 11011 1100100 1011110

Color Harmonies of #FFEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDDE

Black with #FFEDDE

Text Example


Text Example

White with #FFEDDE

Text Example


Text Example

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