Html Css Color HEX #EED6CC Bizarre

📋 copy color: '#EED6CC'

red 238 ◦ green 214 ◦ blue 204

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

Shades of Bizarre #EED6CC

Tints of Bizarre #EED6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.62%

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

R = 36.28%
G = 32.62%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EED6CC (or 0xEED6CC) is known color: Bizarre. HEX triplet: EE, D6 and CC. RGB value is (238,214,204). Sum of RGB (Red+Green+Blue) = 238+214+204=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CC is #112933. Grayscale: #DCDCDC. Windows color (decimal): -1124660 or 13424366. OLE color: 13424366.

HSL color Cylindrical-coordinate representation of color #EED6CC: hue angle of 17.65º 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 #EED6CC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 204 -
CMYK 0 0.10 0.14 0.07
HSL 17.65º 0.5% 0.87% -
HSV(B) 17.65º 0.14% 0.93% -
XYZ 70.21 70.63 67.06 -
YUV 220.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 238 214 204 0 0.10 0.14 0.07 17.65 0.5 0.87
Hex EE D6 CC 0 A E 7 12 32 57
Octal 356 326 314 0 12 16 7 22 62 127
Binary 11101110 11010110 11001100 0 1010 1110 111 10010 110010 1010111

Color Harmonies of #EED6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6CC

Black with #EED6CC

Text Example


Text Example

White with #EED6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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