Html Css Color HEX #EED5C9 Bizarre

📋 copy color: '#EED5C9'

red 238 ◦ green 213 ◦ blue 201

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

Shades of Bizarre #EED5C9

Tints of Bizarre #EED5C9

RGB

 RED value IS 238 (93.36% from 255) = 36.5%

 GREEN value IS 213 (83.59% from 255) = 32.67%

 BLUE value IS 201 (78.91% from 255) = 30.83%

R = 36.5%
G = 32.67%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EED5C9 (or 0xEED5C9) is known color: Bizarre. HEX triplet: EE, D5 and C9. RGB value is (238,213,201). Sum of RGB (Red+Green+Blue) = 238+213+201=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5C9 is #112A36. Grayscale: #DBDBDB. Windows color (decimal): -1124919 or 13227502. OLE color: 13227502.

HSL color Cylindrical-coordinate representation of color #EED5C9: hue angle of 19.46º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED5C9 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 201 -
CMYK 0 0.11 0.16 0.07
HSL 19.46º 0.52% 0.86% -
HSV(B) 19.46º 0.16% 0.93% -
XYZ 69.6 69.98 65.1 -
YUV 219.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 238 213 201 0 0.11 0.16 0.07 19.46 0.52 0.86
Hex EE D5 C9 0 B 10 7 13 34 56
Octal 356 325 311 0 13 20 7 23 64 126
Binary 11101110 11010101 11001001 0 1011 10000 111 10011 110100 1010110

Color Harmonies of #EED5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5C9

Black with #EED5C9

Text Example


Text Example

White with #EED5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5C9; }

 p { color: rgb(238,213,201); }

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

background-color css

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

 a { background-color: rgb(238,213,201); }

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

border-color css

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

 span { border-color: rgb(238,213,201); }

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