Html Css Color HEX #EEECDC Rice Cake

📋 copy color: '#EEECDC'

red 238 ◦ green 236 ◦ blue 220

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

Shades of Rice Cake #EEECDC

Tints of Rice Cake #EEECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.01%

 BLUE value IS 220 (86.33% from 255) = 31.7%

R = 34.29%
G = 34.01%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEECDC (or 0xEEECDC) is known color: Rice Cake. HEX triplet: EE, EC and DC. RGB value is (238,236,220). Sum of RGB (Red+Green+Blue) = 238+236+220=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECDC is #111323. Grayscale: #EAEAEA. Windows color (decimal): -1119012 or 14478574. OLE color: 14478574.

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

Color convert

RGB 238 236 220 -
CMYK 0 0.01 0.08 0.07
HSL 53.33º 0.35% 0.9% -
HSV(B) 53.33º 0.08% 0.93% -
XYZ 78.17 83.34 79.68 -
YUV 234.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 238 236 220 0 0.01 0.08 0.07 53.33 0.35 0.9
Hex EE EC DC 0 1 8 7 35 23 5A
Octal 356 354 334 0 1 10 7 65 43 132
Binary 11101110 11101100 11011100 0 1 1000 111 110101 100011 1011010

Color Harmonies of #EEECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEECDC

Black with #EEECDC

Text Example


Text Example

White with #EEECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEECDC; }

 p { color: rgb(238,236,220); }

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

background-color css

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

 a { background-color: rgb(238,236,220); }

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

border-color css

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

 span { border-color: rgb(238,236,220); }

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