Html Css Color HEX #EDE9D9 Orchid White

📋 copy color: '#EDE9D9'

red 237 ◦ green 233 ◦ blue 217

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

Shades of Orchid White #EDE9D9

Tints of Orchid White #EDE9D9

RGB

 RED value IS 237 (92.97% from 255) = 34.5%

 GREEN value IS 233 (91.41% from 255) = 33.92%

 BLUE value IS 217 (85.16% from 255) = 31.59%

R = 34.5%
G = 33.92%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE9D9 (or 0xEDE9D9) is known color: Orchid White. HEX triplet: ED, E9 and D9. RGB value is (237,233,217). Sum of RGB (Red+Green+Blue) = 237+233+217=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9D9 is #121626. Grayscale: #E8E8E8. Windows color (decimal): -1185319 or 14281197. OLE color: 14281197.

HSL color Cylindrical-coordinate representation of color #EDE9D9: hue angle of 48º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE9D9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 217 -
CMYK 0 0.02 0.08 0.07
HSL 48º 0.36% 0.89% -
HSV(B) 48º 0.08% 0.93% -
XYZ 76.59 81.29 77.3 -
YUV 232.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 237 233 217 0 0.02 0.08 0.07 48 0.36 0.89
Hex ED E9 D9 0 2 8 7 30 24 59
Octal 355 351 331 0 2 10 7 60 44 131
Binary 11101101 11101001 11011001 0 10 1000 111 110000 100100 1011001

Color Harmonies of #EDE9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9D9

Black with #EDE9D9

Text Example


Text Example

White with #EDE9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9D9; }

 p { color: rgb(237,233,217); }

 H1.HeaderClassName
 {
   color: #EDE9D9;
 }
 .AnyTagClassName
 {
   color: #EDE9D9;
 }
</style>

background-color css

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

 a { background-color: rgb(237,233,217); }

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

border-color css

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

 span { border-color: rgb(237,233,217); }

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