#EEF6CB

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

Shades of Rice Flower #EEF6CB

Tints of Rice Flower #EEF6CB

Color information

#EEF6CB (or 0xEEF6CB) is unknown color: approx Rice Flower. HEX triplet: EE, F6 and CB. RGB value is (238,246,203). Sum of RGB (Red+Green+Blue) = 238+246+203=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6CB is #110934. Grayscale: #EEEEEE. Windows color (decimal): -1116469 or 13367022. OLE color: 13367022.

HSL color Cylindrical-coordinate representation of color #EEF6CB: hue angle of 71.16º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEF6CB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB238246203-
CMYK0.0300.170.04
HSL71.16º70.49%88.04%-
HSV(B)71.16º17.48%96.47%-
XYZ7988.469.4-
YUV238.71107.85127.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=34.64%
G=35.81%
B=29.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382462030.0300.170.0471.1670.4988.04
HexEEF6CB30114474658
Octal35636631330214107106130
Binary11101110111101101100101111010001100100011110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF6CB; }

 p { color: rgb(238,246,203); }

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

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

 a { background-color: rgb(238,246,203); }

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

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

 span { border-color: rgb(238,246,203); }

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