Html Css Color HEX #EEEBDB Rice Cake

📋 copy color: '#EEEBDB'

red 238 ◦ green 235 ◦ blue 219

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

Shades of Rice Cake #EEEBDB

Tints of Rice Cake #EEEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.96%

 BLUE value IS 219 (85.94% from 255) = 31.65%

R = 34.39%
G = 33.96%
B = 31.65%

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

#EEEBDB (or 0xEEEBDB) is known color: Rice Cake. HEX triplet: EE, EB and DB. RGB value is (238,235,219). Sum of RGB (Red+Green+Blue) = 238+235+219=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBDB is #111424. Grayscale: #EAEAEA. Windows color (decimal): -1119269 or 14412782. OLE color: 14412782.

HSL color Cylindrical-coordinate representation of color #EEEBDB: hue angle of 50.53º degrees, saturation: 0.36, 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 #EEEBDB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 235 219 -
CMYK 0 0.01 0.08 0.07
HSL 50.53º 0.36% 0.9% -
HSV(B) 50.53º 0.08% 0.93% -
XYZ 77.75 82.71 78.88 -
YUV 234.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 238 235 219 0 0.01 0.08 0.07 50.53 0.36 0.9
Hex EE EB DB 0 1 8 7 33 24 5A
Octal 356 353 333 0 1 10 7 63 44 132
Binary 11101110 11101011 11011011 0 1 1000 111 110011 100100 1011010

Color Harmonies of #EEEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEBDB

Black with #EEEBDB

Text Example


Text Example

White with #EEEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEBDB; }

 p { color: rgb(238,235,219); }

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

background-color css

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

 a { background-color: rgb(238,235,219); }

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

border-color css

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

 span { border-color: rgb(238,235,219); }

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