#EEF3CF

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

Shades of Rice Flower #EEF3CF

Tints of Rice Flower #EEF3CF

Color information

#EEF3CF (or 0xEEF3CF) is unknown color: approx Rice Flower. HEX triplet: EE, F3 and CF. RGB value is (238,243,207). Sum of RGB (Red+Green+Blue) = 238+243+207=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3CF is #110C30. Grayscale: #EDEDED. Windows color (decimal): -1117233 or 13628398. OLE color: 13628398.

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

Color convert

RGB238243207-
CMYK0.0200.150.05
HSL68.33º60%88.24%-
HSV(B)68.33º14.81%95.29%-
XYZ78.5786.7871.64-
YUV237.4110.84128.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 243 (95.31% from 255) = 35.32%
BLUE value IS 207 (81.25% from 255) = 30.09%
R=34.59%
G=35.32%
B=30.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432070.0200.150.0568.336088.24
HexEEF3CF20F5443c58
Octal3563633172017510474130
Binary111011101111001111001111100111110110001001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3CF; }

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

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

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

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

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

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

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

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