#EEF6CD

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

Shades of Rice Flower #EEF6CD

Tints of Rice Flower #EEF6CD

Color information

#EEF6CD (or 0xEEF6CD) is unknown color: approx Rice Flower. HEX triplet: EE, F6 and CD. RGB value is (238,246,205). Sum of RGB (Red+Green+Blue) = 238+246+205=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6CD is #110932. Grayscale: #EFEFEF. Windows color (decimal): -1116467 or 13498094. OLE color: 13498094.

HSL color Cylindrical-coordinate representation of color #EEF6CD: hue angle of 71.71º degrees, saturation: 0.69, 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 #EEF6CD is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB238246205-
CMYK0.0300.170.04
HSL71.71º69.49%88.43%-
HSV(B)71.71º16.67%96.47%-
XYZ79.2488.570.66-
YUV238.93108.85127.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 246 (96.48% from 255) = 35.70%
BLUE value IS 205 (80.47% from 255) = 29.75%
R=34.54%
G=35.70%
B=29.75%

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
Decimal2382462050.0300.170.0471.7169.4988.43
HexEEF6CD30114484558
Octal35636631530214110105130
Binary11101110111101101100110111010001100100100010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF6CD; }

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

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

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

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

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

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

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

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