Html Css Color HEX #EED5CC Bizarre

📋 copy color: '#EED5CC'

red 238 ◦ green 213 ◦ blue 204

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

Shades of Bizarre #EED5CC

Tints of Bizarre #EED5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.15%

R = 36.34%
G = 32.52%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EED5CC (or 0xEED5CC) is known color: Bizarre. HEX triplet: EE, D5 and CC. RGB value is (238,213,204). Sum of RGB (Red+Green+Blue) = 238+213+204=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CC is #112A33. Grayscale: #DBDBDB. Windows color (decimal): -1124916 or 13424110. OLE color: 13424110.

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

Color convert

RGB 238 213 204 -
CMYK 0 0.11 0.14 0.07
HSL 15.88º 0.5% 0.87% -
HSV(B) 15.88º 0.14% 0.93% -
XYZ 69.95 70.13 66.98 -
YUV 219.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 238 213 204 0 0.11 0.14 0.07 15.88 0.5 0.87
Hex EE D5 CC 0 B E 7 10 32 57
Octal 356 325 314 0 13 16 7 20 62 127
Binary 11101110 11010101 11001100 0 1011 1110 111 10000 110010 1010111

Color Harmonies of #EED5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5CC

Black with #EED5CC

Text Example


Text Example

White with #EED5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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