#EEF3CD

Color #EEF3CD Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EEF3CD

Tints of Rice Flower #EEF3CD

Color information

#EEF3CD (or 0xEEF3CD) is unknown color: approx Rice Flower. HEX triplet: EE, F3 and CD. RGB value is (238,243,205). Sum of RGB (Red+Green+Blue) = 238+243+205=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3CD is #110C32. Grayscale: #EDEDED. Windows color (decimal): -1117235 or 13497326. OLE color: 13497326.

HSL color Cylindrical-coordinate representation of color #EEF3CD: hue angle of 67.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEF3CD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB238243205-
CMYK0.0200.160.05
HSL67.89º61.29%87.84%-
HSV(B)67.89º15.64%95.29%-
XYZ78.3386.6970.36-
YUV237.17109.84128.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=34.69%
G=35.42%
B=29.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432050.0200.160.0567.8961.2987.84
HexEEF3CD20105443d58
Octal3563633152020510475130
Binary1110111011110011110011011001000010110001001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3CD; }

 p { color: rgb(238,243,205); }

 H1.HeaderClassName
 {
   color: #EEF3CD;
 }
 .AnyTagClassName
 {
   color: #EEF3CD;
 }
</style>
background-color css

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

 a { background-color: rgb(238,243,205); }

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

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

 span { border-color: rgb(238,243,205); }

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